From 9f8d89ca435d873ea802b7019f264b20bb336c6b Mon Sep 17 00:00:00 2001 From: Cheslav Zhuravsky Date: Fri, 2 Aug 2024 12:13:02 +0700 Subject: [PATCH] enable scripts --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a874a57..46a9998 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/action-netlify-deploy@v2.2.0