Skip to content

Commit

Permalink
wrong spot
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Jun 2, 2024
1 parent 6c69749 commit b27d046
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
with:
node-version: "latest"

- name: Build App
run: |
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: Build App
run: |
npm i
npm run build
- name: Upload Web App Dist
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b27d046

Please sign in to comment.