Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Nov 14, 2023
1 parent e5ff6ec commit 88daa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
github-markdown --stylesheet /bashfox/style.css --title 'BashFOX' README.md > website/index.html
inject-html -f website/index.html --headEnd "$CF_ANALYTICS"
env:
CF_ANALYTICS: ${{ var.CF_ANALYTICS }}
CF_ANALYTICS: ${{ vars.CF_ANALYTICS }}
- uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 88daa42

Please sign in to comment.