Skip to content

Commit

Permalink
ci: run build-docs script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
homj committed Nov 16, 2023
1 parent 9bf0332 commit e72464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: node_modules
key: cache-node-modules-${{ hashFiles('package-lock.json') }}
- name: Build Docs
run: npx nx run @bynary/angular-extension:build-docs
run: scripts/build-docs.sh

- name: Upload Docs to Wiki
uses: OrlovM/Wiki-Action@v1
Expand Down

0 comments on commit e72464c

Please sign in to comment.