Skip to content

Commit

Permalink
prefix with z to force github-pages as first artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Jul 30, 2022
1 parent 990d80f commit f092cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload document
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.document }}
name: z-${{ matrix.document }}
path: ${{ matrix.document }}.pdf

prepare_website:
Expand Down

0 comments on commit f092cee

Please sign in to comment.