Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Rey committed Oct 3, 2024
1 parent 6589b16 commit 69e5962
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/buid_jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: Push docs/ to remote
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add docs/
git commit -m "Bot: Auto-Generation of the docs/ folder"
git push
git commit -m "Bot: Auto-Generation of the docs/ folder" || echo "No changes to commit"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
git push origin HEAD

0 comments on commit 69e5962

Please sign in to comment.