-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commenting out the commit job to see if workflow runs with no ussues
- Loading branch information
1 parent
da22201
commit 721ac4b
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,13 +130,13 @@ jobs: | |
cp -R '${{ env.REPO }}/_book'/* public/$BRANCH/ | ||
fi | ||
- name: Commit build | ||
run: | | ||
git config --global user.name $GH_USER | ||
git config --global user.email "[email protected]" | ||
git add public/$BRANCH | ||
git commit -m "Create automated build" | ||
git push | ||
#- name: Commit build | ||
# run: | | ||
# git config --global user.name $GH_USER | ||
# git config --global user.email "[email protected]" | ||
# git add public/$BRANCH | ||
# git commit -m "Create automated build" | ||
# git push | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: JamesIves/[email protected] | ||
|