We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d93b5d3 + a1b76fb commit 40fdbb8Copy full SHA for 40fdbb8
.github/workflows/docs.yml
@@ -37,6 +37,10 @@ jobs:
37
run: |
38
npx -y -p @antora/cli@3.1 -p @antora/site-generator@3.1 antora -r @antora/site-generator antora-playbook.yml
39
40
+ - name: Disable Jekyll on Pages
41
+ run: |
42
+ echo > build/site/.nojekyll
43
+
44
- name: Upload Pages artifact
45
uses: actions/upload-pages-artifact@v3
46
with:
0 commit comments