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 7fd7aa5 commit 0425ed1Copy full SHA for 0425ed1
.github/workflows/release-manual-docs.yml
@@ -34,5 +34,5 @@ jobs:
34
uses: peaceiris/actions-gh-pages@v3.7.3
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
- publish_dir: ./.api_docs/
38
-
+ publish_dir: ./.api_docs/${{ env.package }}/
+ destination_dir: ${{ env.package }}
0 commit comments