Skip to content

Commit 37cdc2e

Browse files
github workshop
1 parent 1a0dc78 commit 37cdc2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ jobs:
6767
working-directory: docs/workshop
6868
run: |
6969
mkdocs build
70-
rm -rf ../../docs/*
71-
cp -r site/* ../../docs/
70+
touch site/.nojekyll # Disable Jekyll processing
7271
7372
- name: Deploy to GitHub Pages
7473
uses: peaceiris/actions-gh-pages@v3
7574
with:
7675
github_token: ${{ secrets.GITHUB_TOKEN }}
77-
publish_dir: docs
76+
publish_dir: docs/workshop/site
7877
# optionally set the branch to deploy to:
7978
# publish_branch: gh-pages

0 commit comments

Comments
 (0)