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.
1 parent 1a0dc78 commit 37cdc2eCopy full SHA for 37cdc2e
.github/workflows/deploy.yml
@@ -67,13 +67,12 @@ jobs:
67
working-directory: docs/workshop
68
run: |
69
mkdocs build
70
- rm -rf ../../docs/*
71
- cp -r site/* ../../docs/
+ touch site/.nojekyll # Disable Jekyll processing
72
73
- name: Deploy to GitHub Pages
74
uses: peaceiris/actions-gh-pages@v3
75
with:
76
github_token: ${{ secrets.GITHUB_TOKEN }}
77
- publish_dir: docs
+ publish_dir: docs/workshop/site
78
# optionally set the branch to deploy to:
79
# publish_branch: gh-pages
0 commit comments