Skip to content

Commit

Permalink
+ git add -A for untracked
Browse files Browse the repository at this point in the history
  • Loading branch information
brown9804 authored Jan 13, 2025
1 parent a6304bb commit abe234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHub/demos/1_GitHubPagesOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Last updated: 2025-01-13
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 }}
```
Expand Down

0 comments on commit abe234b

Please sign in to comment.