mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
Quartz sync: Oct 10, 2024, 10:13 AM
This commit is contained in:
parent
dfba755e5a
commit
876c82f415
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -3,7 +3,7 @@ name: Deploy Quartz site to GitHub Pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
- myPage
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -18,10 +18,10 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@myPage
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- uses: actions/setup-node@v4
|
||||
- uses: actions/setup-node@myPage
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Install Dependencies
|
||||
@ -42,4 +42,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@myPage
|
||||
Loading…
Reference in New Issue
Block a user