Skip to content

Commit

Permalink
git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Aug 17, 2023
1 parent c340bf3 commit 558e9f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/move-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
mkdir -p gh-pages/quartobook
shopt -s extglob
cp -r !(gh-pages) gh-pages/quartobook/
ls -R gh-pages/quartobook/
ls -R gh-pages/quartobook/ && pwd
- name: Commit and push changes
run: |
git add gh-pages/
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git commit -am "Move Book to GitHub Pages"
git commit -am "Move Book to GitHub Pages" || true
git pull
git push origin HEAD:gh-pages

0 comments on commit 558e9f4

Please sign in to comment.