Skip to content

Commit 8dcebd4

Browse files
committed
disable jekyll for docs, try 2
1 parent 140e57d commit 8dcebd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
mkdir target/gh-pages
2828
mv target/doc target/gh-pages/rustdoc
29-
touch .nojekyll
29+
touch target/gh-pages/.nojekyll
3030
- name: Deploy
3131
uses: JamesIves/github-pages-deploy-action@releases/v3
3232
with:

0 commit comments

Comments
 (0)