Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/altdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:

- name: Dependencies
run: ./run.sh install_all
with:
needs: website
cache: "always"

- name: Altdoc from GitHub
run: ./run.sh install_github etiennebacher/altdoc

- name: Additionl Altdoc Dependency
run: ./run.sh install_r future.apply

- name: Build site
run: |
# If parallel = TRUE in render_docs()
Expand Down