Skip to content

Commit

Permalink
make scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed Jul 31, 2024
1 parent 6daa2b5 commit 0c58a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
run: touch $GITHUB_WORKSPACE/build/.nojekyll
- 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: scripts/modify_html/add_meta.sh
run: ./github/scripts/modify_html/add_meta.sh
- name: Add analytics script
run: 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 0c58a48

Please sign in to comment.