1
0

Update .github/workflows/deploy.yml

This commit is contained in:
2025-11-21 23:29:02 +01:00
committed by Johan Dahlin
parent 45afeb34d6
commit e2dc11c30a

View File

@@ -6,15 +6,6 @@ on:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
runs-on: moln
@@ -32,14 +23,14 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build Quartz site
run: npx quartz build
- name: Git LFS checkout
run: |
git lfs fetch
git lfs checkout
- name: Build Quartz site
run: npx quartz build
- name: Publish
run: rsync -av public/ ~/notes/