Skip to content

Commit 1ec9d79

Browse files
committed
update deploy workflow
1 parent a75d48a commit 1ec9d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docusaurus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- autodocs
77

88
jobs:
99
build:
@@ -32,10 +32,10 @@ jobs:
3232
run: npm run autodocs
3333

3434
- name: Build Docusaurus site
35-
run: npm run build
35+
run: npm run docbuild
3636

3737
- name: Deploy to GitHub Pages
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:
4040
github_token: ${{ secrets.DEPLOY_KEY }}
41-
publish_dir: ./autodocs/build
41+
publish_dir: ./docusaurus/build

0 commit comments

Comments
 (0)