Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jul 31, 2024
1 parent 0c58a48 commit 2bc3c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: cp assets/logo.png $GITHUB_WORKSPACE/build/static/img/logo.png

- name: Set execute permissions for scripts
run: chmod +x ./github/scripts/modify_html/*.sh
run: chmod +x ./.github/scripts/modify_html/*.sh
- name: Add meta
run: ./github/scripts/modify_html/add_meta.sh
run: ./.github/scripts/modify_html/add_meta.sh
- name: Add analytics script
run: ./github/scripts/modify_html/add_analytics.sh
run: ./.github/scripts/modify_html/add_analytics.sh

- name: Deploy to Netlify
uses: jsmrcaga/[email protected]
Expand Down

0 comments on commit 2bc3c19

Please sign in to comment.