Skip to content

Commit

Permalink
Update docusaurus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Aug 27, 2024
1 parent eef8868 commit 2fe016c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
with:
node-version: 18
cache: npm
cache-dependency-path: website

- name: Install dependencies
run: npm ci
working-directory: ${{ github.workspace }}/website
working-directory: ./website

- name: Build website
run: npm run build
working-directory: ${{ github.workspace }}/website
working-directory: ./website

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 2fe016c

Please sign in to comment.