Skip to content

Commit

Permalink
📦 ci(preview-docs.yml): added build scripts for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prjctimg committed Apr 7, 2024
1 parent ce70d7d commit 1827643
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- uses: actions/checkout@v3
- name: Install and Build
if: github.event.action != 'closed' # skips build step if pr is closed
working-directory: ./docs/assets

run: |
npm install
npm run docs
cd docs/assets && npm install
npm run deploy
- name: Deploy PR Preview
uses: rossjrw/[email protected]
Expand Down

0 comments on commit 1827643

Please sign in to comment.