From 4fb4339be3bc68a3a263779a133ec8dd070bcbf6 Mon Sep 17 00:00:00 2001 From: Eddie Ruiz <32622519+Ed2uiz@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:52:58 -0500 Subject: [PATCH] fix: gha workflow --- .github/workflows/altdoc.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/altdoc.yaml b/.github/workflows/altdoc.yaml index edcd632..ec83a54 100644 --- a/.github/workflows/altdoc.yaml +++ b/.github/workflows/altdoc.yaml @@ -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: @@ -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