Skip to content

Commit 06ebab0

Browse files
added chmod u+x to build env update script
1 parent 42a7382 commit 06ebab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_build_environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
git config --local user.name "GitHub Action"
3232
git pull origin main
3333
sed 's/ubcdsci\/py-intro-to-ds:[[:alnum:]]\+/ubcdsci\/py-intro-to-ds:${{ steps.rebuild.outputs.snapshot-tag }}/g' build_html.sh > build_html.tmp && mv build_html.tmp build_html.sh
34+
chmod u+x build_html.sh
3435
git add build_html.sh
3536
git commit -m "update build_html.sh script with new docker image"
3637
- name: Push changes to build scripts

0 commit comments

Comments
 (0)