Skip to content

Commit

Permalink
debugging github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iandennismiller committed Sep 22, 2023
1 parent afa30a3 commit d6f33e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
git clone "https://${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" -b gh-pages _gh-pages && \
rsync -av --delete --checksum --exclude .git _site/ _gh-pages/ && \
cd _gh-pages && \
git config user.name "${GITHUB_ACTOR}" && \
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
git add -A && \
git commit -am "automatic publish" && \
git commit -am "action publish" && \
git push
cd ../
echo '👍 GREAT SUCCESS!'
echo 'OK'

0 comments on commit d6f33e0

Please sign in to comment.