Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 14, 2024
1 parent a7299c5 commit 7b5d0dc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
permissions:
contents: write


defaults:
run:
working-directory: docs

jobs:
deploy:
name: Build Docusaurus
Expand All @@ -24,11 +29,9 @@ jobs:
cache-dependency-path: docs/package-lock.json

- name: Install dependencies
working-directory: ./docs/
run: npm ci

- name: Build website
working-directory: ./docs/
run: npm run build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 7b5d0dc

Please sign in to comment.