Skip to content

Commit ea15061

Browse files
ci: fix ci file
1 parent 93acad3 commit ea15061

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,13 @@ jobs:
7575

7676
deploy-pages:
7777
name: Deploy pages
78-
runs-on: ubuntu-lastest
78+
runs-on: ubuntu-latest
7979
needs:
8080
- build
8181
if: ${{ github.event_name == 'push' || contains(github.ref, '/heads/master') }}
82+
permissions:
83+
id-token: write
84+
pages: write
8285
steps:
8386
- name: Deploy artifact to GitHub Pages
8487
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)