Update .github/workflows/deploy.yml
Some checks failed
Deploy Quartz site to GitHub Pages / build (push) Failing after 1m9s
Some checks failed
Deploy Quartz site to GitHub Pages / build (push) Failing after 1m9s
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -35,8 +35,13 @@ jobs:
|
||||
- name: Build Quartz site
|
||||
run: npx quartz build
|
||||
|
||||
- name: Git LFS checkout
|
||||
run: |
|
||||
git lfs fetch
|
||||
git lfs checkout
|
||||
|
||||
- name: Copy
|
||||
run: cp -r public ~/notes
|
||||
run: rsync public ~/notes
|
||||
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-pages-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user