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 1ff154e commit a12583cCopy full SHA for a12583c
.github/workflows/checklink.yml
@@ -39,7 +39,7 @@ jobs:
39
run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
40
- name: Generate Search index
41
run: |
42
- node .\assets\js\generate-lunr-index.js
+ node ./assets/js/generate-lunr-index.js
43
- name: Test HTML
44
uses: wjdp/htmltest-action@master
45
with:
.github/workflows/hugo.yml
@@ -65,7 +65,7 @@ jobs:
65
hugo --environment GitHubPages
66
67
68
69
- name: Upload artifact
70
uses: actions/upload-pages-artifact@v3
71
0 commit comments