Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Mar 24, 2024
1 parent 233261c commit a645814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- run: npm install -g markdown-to-html node-inject-html-cli
- run: |
github-markdown --stylesheet /bashfox/style.css --title 'BashFOX' README.md > website/index.html
inject-html -f website/index.html --headEnd "$CF_ANALYTICS"
inject-html -f website/index.html --headEnd "$ANALYTICS"
env:
CF_ANALYTICS: ${{ vars.CF_ANALYTICS }}
ANALYTICS: ${{ secrets.ANALYTICS }}
- uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit a645814

Please sign in to comment.