Skip to content

Commit 632a29b

Browse files
committed
CI fix
1 parent fa3717f commit 632a29b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/DEPLOY_TO_PAGES.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Deploy to GitHub Pages
22
on:
33
push:
4-
branches: [ $default-branch ]
4+
branches:
5+
- main
56
workflow_dispatch:
67
concurrency:
78
group: "pages"
89
cancel-in-progress: false
910
permissions:
10-
contents: read
11+
contents: write
1112
pages: write
1213
id-token: write
1314
jobs:

0 commit comments

Comments
 (0)