Skip to content

Commit

Permalink
Update static_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev authored Jan 25, 2024
1 parent 30905eb commit f2a086c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
python-version: '3.11'

- name: Run build script
run: ./link_bio/remote_build.sh
run: |
chmod +x ./link_bio/remote_build.sh
./link_bio/remote_build.sh
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit f2a086c

Please sign in to comment.