Skip to content

Commit bd63dd3

Browse files
committed
fix: gh actions
1 parent b4ee11a commit bd63dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
run: cd ../quartz && npm install
3535

3636
- name: Generate static html
37-
run: cd ../quartz && ls -la && git apply ../docs-contrib/quartz.patch && pwd && npx quartz build -d /home/runner/work/docs-contrib
37+
run: cd ../quartz && ls -la && git apply ../docs-contrib/quartz.patch && pwd && npx quartz build -d /home/runner/work/docs-contrib
3838

3939
- name: Upload production-ready build files
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: production-files
43-
path: /home/runner/quartz/public
43+
path: /home/runner/work/quartz/public
4444

4545

4646

0 commit comments

Comments
 (0)