Skip to content

Commit

Permalink
chore(ci): install prereqs before updating api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 16, 2023
1 parent ce257b3 commit b9395f6
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: (cd website && sh tools/docs.sh)
run: (cd website && sh tools/setup.sh && tools/docs.sh)
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b9395f6

Please sign in to comment.