Skip to content

Commit

Permalink
push after commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 1b7b1d7 commit bbcb50f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
# Extract the filename without the path for the commit message
filename=$(basename "$file")
git commit -m "Update - ${filename}"
git push origin gh-pages
fi
done
Expand All @@ -146,8 +147,6 @@ jobs:
# Extract the filename without the path for the commit message
filename=$(basename "$file")
git commit -m "Update - ${filename}"
git push origin gh-pages
fi
done
- name: Push - pages
run: git push origin gh-pages
done

0 comments on commit bbcb50f

Please sign in to comment.