Skip to content

Commit c97065d

Browse files
committed
Fix broken publish_dir
1 parent 96a89b7 commit c97065d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
paths:
88
- 'docs/**'
9-
- '.github/workflows/publish-docs.yml'
9+
- '.github/workflows/publish-docs.yaml'
1010

1111
jobs:
1212
gh-release:
@@ -25,4 +25,4 @@ jobs:
2525
uses: peaceiris/actions-gh-pages@v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
28-
publish_dir: ./docusaurus/build
28+
publish_dir: ./docs/build

0 commit comments

Comments
 (0)