We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451cec3 commit e9d1fc8Copy full SHA for e9d1fc8
2 files changed
.github/workflows/pull_request.yml
@@ -58,7 +58,7 @@ jobs:
58
run: make build.public
59
env:
60
HUGO: ./hugo.linux
61
- HUGO_BASE_URL: https://thethingsstack.io/
+ HUGO_BASE_URL: https://www.thethingsindustries.com/docs
62
HUGO_GOOGLEANALYTICS: ${{ secrets.HUGO_GOOGLEANALYTICS }}
63
HUGO_PARAMS_FEEDBACK_CAMPAIGN: ${{ secrets.HUGO_PARAMS_FEEDBACK_CAMPAIGN }}
64
HUGO_PARAMS_FEEDBACK_ENABLED: true
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
65
66
67
0 commit comments