Skip to content

Commit

Permalink
Update autofix-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jan 14, 2025
1 parent fab07bf commit d177cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autofix-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
workflow_conclusion: ""
name: autofix-artifacts

- run: "chmod -R 777 ."
- run: cat .autofix-repo
- run: cat .autofix-branch
- run: >
if git diff --quiet HEAD~1; then
echo "The latest commit is empty (no changes)."
else
git show
bash ci/publish-docs.sh
ci/publish-docs.sh
echo $REPO_DEPLOY_KEY | base64 --decode > deploy_key
eval "$(ssh-agent -s)"
Expand Down

0 comments on commit d177cd3

Please sign in to comment.