Skip to content

Commit 0425ed1

Browse files
authored
ci: Fix docs workflow (#923)
1 parent 7fd7aa5 commit 0425ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-manual-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3.7.3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./.api_docs/
38-
37+
publish_dir: ./.api_docs/${{ env.package }}/
38+
destination_dir: ${{ env.package }}

0 commit comments

Comments
 (0)