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: on:
push: push:
branches: branches:
- v4 - myPage
permissions: permissions:
contents: read contents: read
@ -18,10 +18,10 @@ jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@myPage
with: with:
fetch-depth: 0 # Fetch all history for git info fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v4 - uses: actions/setup-node@myPage
with: with:
node-version: 22 node-version: 22
- name: Install Dependencies - name: Install Dependencies
@ -42,4 +42,4 @@ jobs:
steps: steps:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v4 uses: actions/deploy-pages@myPage