feature: generate pdf from actor

This commit is contained in:
Matthieu CAILLEAUX
2021-10-19 00:40:05 +02:00
parent 338315eed6
commit e28eb3cd12
8 changed files with 17 additions and 401 deletions

View File

@@ -14,12 +14,10 @@ build:
- npm ci
- npm run build
- mkdir -p dist/lang
- mkdir -p dist/styles
- cp lang/* dist/lang/
- cp styles/* dist/styles/
- cp module.json dist
- cd dist
- zip wfrp4e-actor-sheet-print.zip -r *.* elements lang styles -x ".*"
- zip wfrp4e-actor-sheet-print.zip -r *.* elements lang -x ".*"
artifacts:
name: wfrp4e-actor-sheet-print
when: on_success
@@ -35,12 +33,10 @@ build_beta:
- npm ci
- npm run build
- mkdir -p dist/lang
- mkdir -p dist/styles
- cp lang/* dist/lang/
- cp styles/* dist/styles/
- cp module-beta.json dist/module.json
- cd dist
- zip wfrp4e-actor-sheet-print.zip -r *.* elements lang styles -x ".*"
- zip wfrp4e-actor-sheet-print.zip -r *.* elements lang -x ".*"
artifacts:
name: wfrp4e-actor-sheet-print
when: on_success