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