Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brown9804 authored Jan 13, 2025
1 parent 242a98a commit c6da663
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/md-html-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git config --global user.email "belindabrownr04@gmail.com"
git config --global user.name "brown9804"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git pull origin ${{ github.ref }} --rebase
git add _site
git commit -m 'Deploy static HTML files'
git push origin HEAD:${{ github.ref }}

0 comments on commit c6da663

Please sign in to comment.