Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 18, 2024
1 parent a75d48a commit 1ec9d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy to GitHub Pages
on:
push:
branches:
- main
- autodocs

jobs:
build:
Expand Down Expand Up @@ -32,10 +32,10 @@ jobs:
run: npm run autodocs

- name: Build Docusaurus site
run: npm run build
run: npm run docbuild

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

0 comments on commit 1ec9d79

Please sign in to comment.