Skip to content

Commit 92eb3e6

Browse files
try: fixpath deploy/ token perm fixed
1 parent 92eff5d commit 92eb3e6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@ on:
55
branches:
66
- fixpath
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
813
jobs:
914
deploy:
1015
runs-on: ubuntu-latest
11-
permissions:
12-
pages: write
13-
id-token: write
1416

1517
steps:
1618
- name: Checkout fixpath branch
1719
uses: actions/checkout@v4
1820
with:
1921
ref: fixpath
22+
fetch-depth: 1
2023

2124
- name: Upload src/pages folder
2225
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)