Skip to content

Commit

Permalink
fix git
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 14, 2024
1 parent d03ccdb commit 9109438
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
echo "Git config"
cat .git/config
echo "Git push"
git config --global user.email "ci@parity.io"
git config --global user.name "polkadotsdk-ghpages"
git add ${{ github.sha }}.txt
git commit -m "___Updated docs for ${{ github.head_ref || github.ref_name }}___"
git push origin gh-pages
Expand Down

0 comments on commit 9109438

Please sign in to comment.