Skip to content

Commit

Permalink
commenting out the commit job to see if workflow runs with no ussues
Browse files Browse the repository at this point in the history
  • Loading branch information
camilavargasp authored Nov 24, 2024
1 parent da22201 commit 721ac4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 721ac4b

Please sign in to comment.