mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-04 06:13:09 +00:00
fix: allow copy to return non-zero result
This commit is contained in:
parent
b3e04afe24
commit
17164c5b02
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Build Quartz site
|
- name: Build Quartz site
|
||||||
run: |
|
run: |
|
||||||
cd quartz
|
cd quartz
|
||||||
cp -r ../* content/
|
cp -r ../* content/ || true
|
||||||
rm -rf content/.git content/.github content/quartz
|
rm -rf content/.git content/.github content/quartz
|
||||||
npx quartz build
|
npx quartz build
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user