Skip to content

Commit

Permalink
changed minor things for committing changes in gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
thuytr18 committed Nov 15, 2024
1 parent 62e8378 commit 2c9b3a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/quarto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ jobs:
cd docs
conda run -n blogqa make html
# Commit changes to gh-pages branch
- name: Commit changes
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Committing generated build files"
git push origin main # Or push to a different branch if needed
# Commit changes to gh-pages branch
- name: Switch to gh-pages branch
run: |
Expand Down

0 comments on commit 2c9b3a3

Please sign in to comment.