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 eef5c39 commit 0d92d11Copy full SHA for 0d92d11
.github/workflows/docs.yml
@@ -33,4 +33,7 @@ jobs:
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
publish_dir: docs/_build/html
36
- publish_branch: gh-pages
+ publish_branch: gh-pages
37
+
38
+ - name: Debug Build Output
39
+ run: ls -R docs/_build/html
0 commit comments