Skip to content

Commit 91415b5

Browse files
committed
Update GHA
1 parent 5ba7bc5 commit 91415b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/xml-fo.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
MN_PDF_FONT_PATH: ~/.fonts
2121
run: |
2222
make all
23+
mv documents published
2324
- uses: actions/upload-artifact@master
2425
with:
25-
name: documents
26-
path: documents
26+
name: published
27+
path: published
2728

2829

2930
deploy-gh-pages:
@@ -34,7 +35,7 @@ jobs:
3435
- uses: actions/checkout@master
3536
- uses: actions/download-artifact@master
3637
with:
37-
name: documents
38+
name: published
3839
- name: deploy-to-gh
3940
env:
4041
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}

0 commit comments

Comments
 (0)