diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 88e98db..4af5c6e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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