Skip to content

Commit 7cab5a1

Browse files
committed
fix
1 parent 92f2a52 commit 7cab5a1

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
with:
3333
# if your default branches is not master, please change it here
34-
ref: master
34+
ref: code
3535
submodules: 'recursive'
3636

3737
- name: Setup Hugo

.github/workflows/ipfs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ permissions:
1010
pages: write
1111
id-token: write
1212

13-
# Allow one concurrent deployment
14-
concurrency:
15-
group: 'pages'
16-
cancel-in-progress: true
17-
1813
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1914
jobs:
2015
# This workflow contains a single job called "build"
@@ -27,7 +22,7 @@ jobs:
2722
- uses: actions/checkout@v4
2823
with:
2924
# if your default branches is not master, please change it here
30-
ref: master
25+
ref: code
3126
submodules: 'recursive'
3227

3328
- name: Setup Hugo

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

16-
concurrency:
17-
group: deploy-pages
18-
cancel-in-progress: true
19-
2016
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2117
jobs:
2218
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)