Skip to content

Commit

Permalink
chore: fix docs build in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 16, 2023
1 parent a58772f commit 66449f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build Packages
run: sh tools/build.sh
- name: Update API Docs
run: sh tools/docs.sh
run: (cd website && sh tools/docs.sh)
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 66449f6

Please sign in to comment.