Skip to content

Commit

Permalink
fix: gh-pages publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozline committed Mar 9, 2024
1 parent c240792 commit ca99de0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
push:
branches:
- main
workflow_dispatch:

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

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

jobs:
build-and-deploy:
Expand Down

0 comments on commit ca99de0

Please sign in to comment.