We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cab5a1 commit ab18570Copy full SHA for ab18570
.github/workflows/ipfs.yml
@@ -37,6 +37,7 @@ jobs:
37
valueFile: 'config.yml'
38
propertyPath: 'params.robotsNoIndex'
39
value: true
40
+ commitChange: false
41
42
- name: Build
43
run: hugo --gc --minify --cleanDestinationDir
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
name: Build and Publish IPFS
59
uses: ./.github/workflows/ipfs.yml
60
needs:
61
- - github_pages
+ - start
62
63
end:
64
runs-on: ubuntu-latest
@@ -76,4 +76,4 @@ jobs:
76
chmod +x ./easyindex-cli
77
./easyindex-cli google -d -c ./url.csv
78
79
- - ipfs
+ - github_pages
0 commit comments