Skip to content

Commit 801f291

Browse files
committed
Add a step to include a .nojekyll file to ensure GitHub Pages correctly serves the Javadocs.
1 parent 835fdb2 commit 801f291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-deploy-javadoc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
run: |
8080
ant doc
8181
82+
- name: Add .nojekyll file
83+
run: echo > processing4/build/javadoc/.nojekyll
84+
8285
- name: Upload Javadocs artifact
8386
uses: actions/upload-pages-artifact@v3
8487
with:

0 commit comments

Comments
 (0)