Skip to content

Commit

Permalink
bring back allcontributors workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed May 17, 2024
1 parent 732839b commit 1da8fd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/render-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
with:
packages: any::rmarkdown, any::allcontributors

# - name: Update contributors
# if: github.ref == 'refs/heads/main'
# run: allcontributors::add_contributors(format = "text")
# shell: Rscript {0}
- name: Update contributors
if: github.ref == 'refs/heads/main'
run: allcontributors::add_contributors(format = "text")
shell: Rscript {0}

- name: Compile the readme
run: |
Expand Down

0 comments on commit 1da8fd9

Please sign in to comment.