Skip to content

Commit

Permalink
Correct path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Nov 26, 2024
1 parent 9528bd1 commit 7107b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Install dependencies
run: npm ci
run: cd docs && npm ci

- name: Build production website
env:
Expand Down

0 comments on commit 7107b3b

Please sign in to comment.