We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2eaca commit 8dc50b4Copy full SHA for 8dc50b4
.github/workflows/workflow.yaml
@@ -139,13 +139,13 @@ jobs:
139
cp -R '${{ env.REPO }}/_book'/* public/$BRANCH/
140
fi
141
142
- #- name: Commit build
143
- # run: |
144
- # git config --global user.name $GH_USER
145
- # git config --global user.email "learning-hub@nceas.ucsb.edu"
146
- # git add public/$BRANCH
147
- # git commit -m "Create automated build"
148
- # git push
+ - name: Commit build
+ run: |
+ git config --global user.name $GH_USER
+ git config --global user.email "learning-hub@nceas.ucsb.edu"
+ git add public/$BRANCH
+ git commit -m "Commit automated book build for ${{ env.REPO }}@${{ env.BRANCH }}"
+ git push
149
150
- name: Deploy to GitHub Pages
151
uses: JamesIves/github-pages-deploy-action@v4.4.3
0 commit comments