generated from smyalygames/quartz
Quartz sync: Mar 1, 2025, 4:26 PM
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 2m38s
Some checks failed
/ Deploy to Cloudflare Pages (push) Failing after 2m38s
This commit is contained in:
parent
66b3ce9a30
commit
a04f02da23
13
.github/workflows/pages-deployment.yaml
vendored
13
.github/workflows/pages-deployment.yaml
vendored
@ -1,16 +1,23 @@
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
deployments: write
|
deployments: write
|
||||||
name: Deploy to Cloudflare Pages
|
name: Deploy to Cloudflare Pages
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for git info
|
||||||
# Run your project's build step
|
# Run your project's build step
|
||||||
- name: Build
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 22
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: npm ci
|
||||||
|
- name: Build Quartz
|
||||||
run: npx quartz build
|
run: npx quartz build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: cloudflare/pages-action@v1
|
uses: cloudflare/pages-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user