mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-02 13:23:08 +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
|
||||
run: |
|
||||
cd quartz
|
||||
cp -r ../* content/
|
||||
cp -r ../* content/ || true
|
||||
rm -rf content/.git content/.github content/quartz
|
||||
npx quartz build
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user