Skip to content

Commit

Permalink
ci: update install and build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper committed Aug 14, 2024
1 parent 8263510 commit 7c56efc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/buld_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
with:
node-version: 20
cache: npm
cache-dependency-path: documentation/package-lock.json

- name: Install dependencies
run: cd documentation && npm ci
working-directory: ./documentation
run: npm ci

- name: Build website
run: cd documentation && npm build
working-directory: ./documentation
run: npm run build
env:
DOCS_BASE_URL: ${{ vars.DOCS_BASE_URL }}
DOCS_URL: ${{ vars.DOCS_URL }}
Expand Down

0 comments on commit 7c56efc

Please sign in to comment.