Skip to content

Commit

Permalink
Fix nightly_docs.yml publish_docs 'Commit' step
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Dec 23, 2021
1 parent 61ee2a9 commit 947a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
run: git config user.email "[email protected]" && git config user.name "github-actions"
- name: Commit
continue-on-error: true # If there's nothing to commit this step fails, but it's fine
run: git add ./static && git commit -m "Publish autogenerated nightly docs"
run: git add ./docs/.vuepress/public/docs-rs && git commit -m "Publish autogenerated nightly docs"
- name: Push
run: git push origin master

0 comments on commit 947a9c2

Please sign in to comment.