This commit is contained in:
parent
983330ebe9
commit
6fb047a229
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,7 @@ steps:
|
|||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- sleep 10
|
||||
- curl http://resume:8080/
|
||||
- sleep 25
|
||||
- "google-chrome --headless --enable-logging=stderr -v=1 --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --virtual-time-budget=20000 --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume:8080/"
|
||||
- chmod 644 ./John-Shaver-Resume-2021.pdf
|
||||
- name: deploy
|
||||
|
@ -63,6 +62,7 @@ steps:
|
|||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- sleep 25
|
||||
- "google-chrome --headless --no-sandbox --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf='./John-Shaver-Resume-2021.pdf' http://resume:8080/ --virtual-time-budget=10000;"
|
||||
- chmod 644 ./John-Shaver-Resume-2021.pdf
|
||||
- name: deploy
|
||||
|
|
Loading…
Reference in a new issue