Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Apr 18, 2024
1 parent df8996a commit a1791fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
PKG_SYSREQS: false
steps:
- uses: actions/checkout@v3

Expand All @@ -34,7 +35,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4.1.4
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
clean: true
branch: gh-pages
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
use-public-rspm: true

#Install dependencies
#Install dependencies on Linux
- name: Install dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y make libsodium-dev libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit a1791fd

Please sign in to comment.