Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 14, 2024
1 parent e8c2d62 commit 8553e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ jobs:
echo "${Green}Git push${NC}"
git config user.email "ci@parity.io"
git config user.name "polkadotsdk-ghpages"
git commit -m --amend "___Updated docs" || echo "___Nothing to commit___"
git commit --amend -m "___Updated docs" || echo "___Nothing to commit___"
git push origin gh-pages --force
# sleep 1800

0 comments on commit 8553e37

Please sign in to comment.