Skip to content

Commit

Permalink
CI: Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Aug 27, 2024
1 parent b62d091 commit eef8868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

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

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

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

0 comments on commit eef8868

Please sign in to comment.