Skip to content

Commit

Permalink
fix: gha workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Jan 11, 2024
1 parent c18c8c7 commit 4fb4339
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/altdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:

- uses: quarto-dev/quarto-actions/setup@v2

- name: Install latest version of Altdoc
run: Rscript "pak::pak('etiennebacher/altdoc')"

- name: Get Script
run: curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh

- name: Bootstrap
run: ./run.sh bootstrap

- name: Install latest version of Altdoc
run: Rscript {0} -e "pak::pak('etiennebacher/altdoc')"

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -49,6 +49,7 @@ jobs:
- name: Install Material for Mkdocs
run: |
python3 -m pip install mkdocs-material # install material theme
- name: Dependencies
run: ./run.sh install_all

Expand Down

0 comments on commit 4fb4339

Please sign in to comment.