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 10f209a commit 1c763deCopy full SHA for 1c763de
.github/workflows/hugo.yml
@@ -52,6 +52,7 @@ jobs:
52
env:
53
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
54
HUGO_ENVIRONMENT: production
55
+ HUGO_DISCOURSE_TOKEN: ${{ secrets.HUGO_DISCOURSE_TOKEN }}
56
run: |
57
hugo \
58
--minify \
0 commit comments