Skip to content

Commit b9d7696

Browse files
committed
fixing deploy CI
1 parent 498a8e5 commit b9d7696

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/Build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ on:
66
pull_request:
77
branches: [ "master" ]
88

9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
concurrency:
15+
group: "pages"
16+
cancel-in-progress: false
17+
918
jobs:
1019
build:
1120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)