Skip to content

Commit

Permalink
Add the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Sep 6, 2024
1 parent bf822f4 commit 82f3edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/README from docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
- name: Push
run: |
git add docs/help/*
git add README.md
if git update-index --refresh && git diff-index --quiet HEAD --; then
git commit -m "Automated update of README.md from docs"
Expand Down

0 comments on commit 82f3edf

Please sign in to comment.