Skip to content

Commit

Permalink
Quartz sync: Aug 6, 2024, 11:48 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
wracce committed Aug 6, 2024
1 parent 4e99c1b commit 98bb3d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
name: Deploy Quartz site to GitHub Pages

on:
push:
branches:
- v4

workflow_dispatch:
pull_request:
branches:
- v4

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for git info
submodules: true # Чтобы подтянуть подмодули
submodules_recursive: true
- uses: actions/setup-node@v4
- name: Install Dependencies
run: npm ci
Expand All @@ -30,7 +36,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: public

deploy:
needs: build
environment:
Expand All @@ -40,4 +46,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion content

0 comments on commit 98bb3d8

Please sign in to comment.