We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ee11a commit bd63dd3Copy full SHA for bd63dd3
.github/workflows/build-deploy.yml
@@ -34,13 +34,13 @@ jobs:
34
run: cd ../quartz && npm install
35
36
- 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
+ run: cd ../quartz && ls -la && git apply ../docs-contrib/quartz.patch && pwd && npx quartz build -d /home/runner/work/docs-contrib
38
39
- name: Upload production-ready build files
40
uses: actions/upload-artifact@v4
41
with:
42
name: production-files
43
- path: /home/runner/quartz/public
+ path: /home/runner/work/quartz/public
44
45
46
0 commit comments