Skip to content

Commit

Permalink
Add the nojekyll file.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed May 23, 2024
1 parent 0e2bd28 commit 08fc4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pandoc-version: '2.14'

- name: Build the poster
run: make install && make all && mkdir website && mv poster.html website/index.html
run: make install && make all && mkdir website && mv poster.html website/index.html && touch website/.nojekyll

- name: Commit poster PDF
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 08fc4fa

Please sign in to comment.