fixin workflow paths
This commit is contained in:
parent
6361a78052
commit
ab21705170
@ -17,14 +17,14 @@ jobs:
|
||||
- name: Clone Quartz
|
||||
run: git clone https://github.com/jackyzha0/quartz.git
|
||||
- name: Copy notes to content directory
|
||||
run: cp -r ./vlads-notes/* quartz-clone/content
|
||||
run: cp -r ./vlads-notes/* quartz/content
|
||||
- name: Build Quartz
|
||||
run: cd quartz-clone && bun install && bun run quartz create -X new -l shortest && bun run quartz build
|
||||
run: cd quartz && bun install && bun run quartz create -X new -l shortest && bun run quartz build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: content
|
||||
path: quartz-clone/public
|
||||
path: quartz/public
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-quartz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user