Skip to content

Commit

Permalink
change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jul 31, 2024
1 parent 3e21cbc commit 6daa2b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Replace logo file
run: cp assets/logo.png $GITHUB_WORKSPACE/build/static/img/logo.png
- name: Add meta
run: ./modify_html/add_meta.sh
run: scripts/modify_html/add_meta.sh
- name: Add analytics script
run: ./modify_html/add_analytics.sh
run: scripts/modify_html/add_analytics.sh

- name: Deploy to Netlify
uses: jsmrcaga/[email protected]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6daa2b5

Please sign in to comment.