Skip to content

Commit daefa61

Browse files
committed
fix CI
1 parent 3fc1c5d commit daefa61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
name: deploy
1+
name: Publish Website
22

33
on:
44
# Deployment is triggered whenever a push is made to the main branch.
55
push:
66
branches: [main]
77
workflow_dispatch:
88

9+
permissions:
10+
id-token: write
11+
pages: write
12+
913
jobs:
1014
docs:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)