Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudon committed Sep 26, 2024
1 parent 92f2a52 commit 7cab5a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
with:
# if your default branches is not master, please change it here
ref: master
ref: code
submodules: 'recursive'

- name: Setup Hugo
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ permissions:
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: 'pages'
cancel-in-progress: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand All @@ -27,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
# if your default branches is not master, please change it here
ref: master
ref: code
submodules: 'recursive'

- name: Setup Hugo
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: deploy-pages
cancel-in-progress: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down

0 comments on commit 7cab5a1

Please sign in to comment.