Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Another fix for the directory issue (#117)
Browse files Browse the repository at this point in the history
* fix: Working directory

Signed-off-by: Henry Brink <[email protected]>

* Correctly set working directory

Signed-off-by: Henry Brink <[email protected]>

* Another attempt to fix the working directory

Signed-off-by: Henry Brink <[email protected]>

---------

Signed-off-by: Henry Brink <[email protected]>
  • Loading branch information
henrybrink authored Apr 23, 2024
1 parent e58b22b commit 9f64fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
node-version: 20
cache: npm # or pnpm / yarn
cache-dependency-path: ./docs/package.json
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
Expand Down

0 comments on commit 9f64fbd

Please sign in to comment.