fix(docker): instructions + bump deps + bind mount (#1809)

* fix docker

* test with docs folder
This commit is contained in:
Jacky Zhao 2025-03-06 10:01:25 -08:00 committed by GitHub
parent cc9704becc
commit a201105442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ jobs:
run: npm test
- name: Ensure Quartz builds, check bundle info
run: npx quartz build --bundleInfo
run: npx quartz build --bundleInfo -d docs
publish-tag:
if: ${{ github.repository == 'jackyzha0/quartz' && github.ref == 'refs/heads/v4' }}