Skip to content

Commit

Permalink
Merge pull request #93 from dieghernan/main
Browse files Browse the repository at this point in the history
Actions and imgbot
  • Loading branch information
dieghernan authored Mar 31, 2023
2 parents c01f5c4 + bebb9fd commit 83b9094
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown-gh-pages-clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rostemplate-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions .imgbotconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ignoredFiles": [
"/tests/testthat/_snaps/*",
"/man/figures/lifecycle*"
],
"compressWiki": "true",
"aggressiveCompression": "true"
}

0 comments on commit 83b9094

Please sign in to comment.