Skip to content

Commit

Permalink
Add a step to include a .nojekyll file to ensure GitHub Pages correct…
Browse files Browse the repository at this point in the history
…ly serves the Javadocs.
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 835fdb2 commit 801f291
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
ant doc
- name: Add .nojekyll file
run: echo > processing4/build/javadoc/.nojekyll

- name: Upload Javadocs artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 801f291

Please sign in to comment.