update deployment

This commit is contained in:
Eau
2026-04-11 01:46:50 -05:00
parent 1ed973da2e
commit bee02ef666

View File

@@ -3,10 +3,7 @@ name: Deploy Quartz site to Pages
env: env:
VERSION_FRAGMENT: minor VERSION_FRAGMENT: minor
on: on: [push]
push:
branches:
- v4
permissions: permissions:
contents: read contents: read
@@ -18,7 +15,7 @@ concurrency:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: