Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix(ci): install linux deps for deploy action
Browse files Browse the repository at this point in the history
JamesIves/github-pages-deploy-action requires rsync which is not
installed in the rocker containers.
  • Loading branch information
ALanguillaume committed Apr 12, 2024
1 parent b9eb396 commit 5ea1417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install system dependencies Linux
run: sudo apt-get update -qq && apt-get rsync

- name: Set repos option to match thinkr dev env
run: bash dev/ci/set_repos_option_to_match_thinkr_dev_env.sh

Expand All @@ -44,4 +47,4 @@ jobs:
with:
clean: false
branch: gh-pages
folder: docs
folder: docs

0 comments on commit 5ea1417

Please sign in to comment.