diff --git a/.github/workflows/render-readme.yaml b/.github/workflows/render-readme.yaml index a8351a3e2..38e6f08ae 100644 --- a/.github/workflows/render-readme.yaml +++ b/.github/workflows/render-readme.yaml @@ -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: |