Skip to content

Commit 40fdbb8

Browse files
authored
Merge pull request #99 from jchunk-io/dev/pablosanchi/issue-77
chore: disable jekyll
2 parents d93b5d3 + a1b76fb commit 40fdbb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
run: |
3838
npx -y -p @antora/cli@3.1 -p @antora/site-generator@3.1 antora -r @antora/site-generator antora-playbook.yml
3939
40+
- name: Disable Jekyll on Pages
41+
run: |
42+
echo > build/site/.nojekyll
43+
4044
- name: Upload Pages artifact
4145
uses: actions/upload-pages-artifact@v3
4246
with:

0 commit comments

Comments
 (0)