We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c38a5 commit fef9776Copy full SHA for fef9776
1 file changed
.github/workflows/docs.yml
@@ -37,15 +37,14 @@ jobs:
37
38
- name: Build documentation
39
run: mkdocs build
40
- working-directory: docs
41
42
- name: Setup Pages
43
uses: actions/configure-pages@v4
44
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v3
47
with:
48
- path: docs/site
+ path: site
49
50
deploy:
51
environment:
0 commit comments