Skip to content

Commit

Permalink
fix(render-readme): Commit only README.md not README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 23, 2024
1 parent 1738e48 commit c235600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
git stash
git pull --rebase origin ${{ inputs.branch_name }}
git stash list | grep stash@{0} && git stash pop || echo "No stash to pop"
git add README.md README.Rmd
git add README.md
git commit -m "docs(README): Re-build README.Rmd" || echo "No changes to commit"
git push origin ${{ inputs.branch_name }}

0 comments on commit c235600

Please sign in to comment.