Skip to content

Commit 8c668df

Browse files
Fix CI
1 parent bafc1cf commit 8c668df

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Set this to the branch you want to deploy from
6+
- main
7+
8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
712

813
jobs:
914
build:
@@ -34,4 +39,4 @@ jobs:
3439
steps:
3540
- name: Deploy to GitHub Pages
3641
id: deployment
37-
uses: actions/deploy-pages@v4
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)