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 38be211 commit 314fa07Copy full SHA for 314fa07
workshop/.github/workflows/deploy.yml
@@ -28,6 +28,7 @@ jobs:
28
# Build the MkDocs site
29
- name: Build the site
30
run: |
31
+ cd workshop
32
mkdocs build
33
touch site/.nojekyll # Disable Jekyll
34
0 commit comments