Skip to content

Commit

Permalink
+ untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
brown9804 authored Jan 13, 2025
1 parent dac9694 commit 73c17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/md-html-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
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 add -A # Add all changes, including untracked files
git commit -m 'Deploy static HTML files'
git push origin HEAD:${{ github.ref }}

0 comments on commit 73c17ba

Please sign in to comment.