Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Jun 2, 2024
1 parent 3ee0b0b commit 6c69749
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
npm i
npm run build
# Add plausible analytics, curious how many people
# visit each demo
- name: Add Stats
run: |
sed -i.bk "s/\<\/body\>/\<script defer data-domain='willusher.io' src='https:\/\/pan.wushernet.com\/js\/script.js'\>\<\/script\>\<\/body\>/" index.html
- name: Upload Web App Dist
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -42,5 +48,3 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4



0 comments on commit 6c69749

Please sign in to comment.