This commit is contained in:
parent
be281cfd85
commit
dfb58c498c
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ jobs:
|
||||||
- name: Prepare pages
|
- name: Prepare pages
|
||||||
run: |
|
run: |
|
||||||
mkdir -p public
|
mkdir -p public
|
||||||
mv ./ub*/build/*.pdf public/
|
mv ./build/*.pdf public/
|
||||||
- name: Deploy to pages
|
- name: Deploy to pages
|
||||||
uses: actions/pages@v1
|
uses: actions/pages@v1
|
||||||
|
|
Loading…
Reference in a new issue