Skip to content

Commit ab18570

Browse files
committed
fix
1 parent 7cab5a1 commit ab18570

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ipfs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
valueFile: 'config.yml'
3838
propertyPath: 'params.robotsNoIndex'
3939
value: true
40+
commitChange: false
4041

4142
- name: Build
4243
run: hugo --gc --minify --cleanDestinationDir

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: Build and Publish IPFS
5959
uses: ./.github/workflows/ipfs.yml
6060
needs:
61-
- github_pages
61+
- start
6262

6363
end:
6464
runs-on: ubuntu-latest
@@ -76,4 +76,4 @@ jobs:
7676
chmod +x ./easyindex-cli
7777
./easyindex-cli google -d -c ./url.csv
7878
needs:
79-
- ipfs
79+
- github_pages

0 commit comments

Comments
 (0)