Quartz sync: May 18, 2024, 11:24 PM
This commit is contained in:
parent
fbcefe3351
commit
6d6eb3c84f
1 changed files with 0 additions and 33 deletions
33
.github/workflows/deploy.yaml
vendored
33
.github/workflows/deploy.yaml
vendored
|
|
@ -1,33 +0,0 @@
|
|||
name: Build Quartz Site
|
||||
on:
|
||||
push:
|
||||
branches: ["v4"]
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Build
|
||||
uses: konstfish/quartz-build-action@v1
|
||||
with:
|
||||
source: robinsving/pathfinder2e-notes/content
|
||||
page_title: "The Crimson World"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
Loading…
Reference in a new issue