This commit is contained in:
VR 2025-06-21 23:03:20 +01:00
parent 25555f30c5
commit e4db8aff12

View File

@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@main - uses: actions/checkout@main
- name: Clone local copy of Quartz - name: Clone local copy of Quartz
run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git
- run: ls -al
- name: Copy notes to content directory - name: Copy notes to content directory
run: cp ./notes/* quartz-clone/content run: cp ./notes/* quartz-clone/content
- name: Build Quartz - name: Build Quartz