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