Skip to content

Commit cd42fde

Browse files
Try again
1 parent 3d8b483 commit cd42fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
id: pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies
47+
working-directory: ./docs
4748
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4849
- name: Build production website
4950
working-directory: ./docs
@@ -60,7 +61,7 @@ jobs:
6061
- name: Upload artifact
6162
uses: actions/upload-pages-artifact@v2
6263
with:
63-
path: ./public
64+
path: ./docs/public
6465

6566
# Deployment job
6667
deploy:

0 commit comments

Comments
 (0)