Skip to content

Commit

Permalink
Add hubspot param to actions workflow (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell authored Nov 14, 2024
1 parent 8f3ccc1 commit b853a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
# NOTE: you cannot have an underscore in the variable names or Hugo will not be able
# to identify the variable/param that you're trying to set in the configuration.
export HUGO_PARAMS_GOOGLEANALYTICS=
export HUGO_PARAMS_RECAPTCHAKEY=
export HUGO_PARAMS_RECAPTCHAKEY=
export HUGO_PARAMS_HUBSPOTCODE=
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
HUGO_PARAMS_GOOGLEANALYTICS: ${{ secrets.GOOGLE_ANALYTICS_ID }}
HUGO_PARAMS_RECAPTCHAKEY: ${{ secrets.RECAPTCHA_KEY }}
HUGO_PARAMS_HUBSPOTCODE: ${{ secrets.HUBSPOT_CODE }}
run: hugo --minify

- name: Deploy GitHub Pages
Expand Down

0 comments on commit b853a9f

Please sign in to comment.