We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38be211 + 314fa07 commit 2c19765Copy full SHA for 2c19765
1 file changed
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