Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knowinginner authored Jun 19, 2024
1 parent 9902da5 commit ee5fb1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Deploy Quartz site to GitHub Pages

on:
push:
branches:
- v4

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

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

jobs:
build:
runs-on: ubuntu-22.04
Expand All @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: public

deploy:
needs: build
environment:
Expand Down

0 comments on commit ee5fb1e

Please sign in to comment.