Quartz sync: Oct 10, 2024, 10:13 AM

This commit is contained in:
Evgenii Selikhov 2024-10-10 10:13:52 +02:00
parent dfba755e5a
commit 876c82f415

View File

@ -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