Skip to content

Commit

Permalink
enable scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Aug 2, 2024
1 parent e601d91 commit 9f8d89c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Replace logo file
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
# - name: Add meta
# run: ./.github/scripts/modify_html/add_meta.sh
# - name: Add analytics script
# run: ./.github/scripts/modify_html/add_analytics.sh
- name: Set execute permissions for scripts
run: chmod +x ./.github/scripts/modify_html/*.sh
- name: Add meta
run: ./.github/scripts/modify_html/add_meta.sh
- name: Add analytics script
run: ./.github/scripts/modify_html/add_analytics.sh

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

0 comments on commit 9f8d89c

Please sign in to comment.