diff --git a/.github/workflows/cff-validator.yml b/.github/workflows/cff-validator.yml index ebd11d24..8fb70f2b 100644 --- a/.github/workflows/cff-validator.yml +++ b/.github/workflows/cff-validator.yml @@ -11,17 +11,10 @@ jobs: name: Validate CITATION.cff env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" steps: - name: Checkout uses: actions/checkout@v3 - # This is needed for workflows running on - # ubuntu-20.04 or later - - name: Install V8 - if: runner.os == 'Linux' - run: | - sudo apt-get install -y libv8-dev - name: Validate CITATION.cff - uses: dieghernan/cff-validator@main + uses: dieghernan/cff-validator@main \ No newline at end of file diff --git a/.github/workflows/pkgdown-gh-pages-clean.yaml b/.github/workflows/pkgdown-gh-pages-clean.yaml index 8084ad30..a25214a0 100644 --- a/.github/workflows/pkgdown-gh-pages-clean.yaml +++ b/.github/workflows/pkgdown-gh-pages-clean.yaml @@ -5,7 +5,7 @@ name: Clean pkgdown manually jobs: pkgdown-gh-pages-manual: - runs-on: ubuntu-latest + runs-on: windows-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} CURL_SSL_BACKEND: "openssl" diff --git a/.github/workflows/rostemplate-gh-pages.yaml b/.github/workflows/rostemplate-gh-pages.yaml index a367d11a..6166511e 100644 --- a/.github/workflows/rostemplate-gh-pages.yaml +++ b/.github/workflows/rostemplate-gh-pages.yaml @@ -11,7 +11,7 @@ name: rostemplate-gh-pages jobs: rostemplate-gh-pages: - runs-on: ubuntu-latest + runs-on: windows-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} CURL_SSL_BACKEND: "openssl" diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index 091e8927..6249913c 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -5,7 +5,7 @@ name: update-docs jobs: update-docs: - runs-on: ubuntu-latest + runs-on: windows-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} CURL_SSL_BACKEND: "openssl" diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 00000000..378a7a6e --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,8 @@ +{ + "ignoredFiles": [ + "/tests/testthat/_snaps/*", + "/man/figures/lifecycle*" + ], + "compressWiki": "true", + "aggressiveCompression": "true" +}