Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mlr-org/mlr3website
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 4, 2022
2 parents 38defd7 + 6df4fdb commit 359600a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
eval sudo $cmd
done < <(Rscript -e 'install.packages("remotes", repos = "cloud.r-project.org"); cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")')
- uses: pat-s/actions/setup-renv@renv-subdir
env:
RENV_CONFIG_REPOS_OVERRIDE: ${{ env.RSPM }}
with:
working-directory: mlr-org
cache-version: 1
# - uses: pat-s/actions/setup-renv@renv-subdir
# env:
# RENV_CONFIG_REPOS_OVERRIDE: ${{ env.RSPM }}
# with:
# working-directory: mlr-org
# cache-version: 1

- name: debug
env:
Expand All @@ -70,8 +70,8 @@ jobs:
cd mlr-org
R -q -e 'install.packages("renv", repos = "cloud.r-project.org"); renv::restore()'
ls /home/runner/work/mlr3website/mlr3website/mlr-org/renv/library/R-4.2/x86_64-pc-linux-gnu
git config --global user.email "${{ inputs.GITHUB_EMAIL }}"
git config --global user.name "${{ inputs.GITHUB_USERNAME }}"
git config --global user.email "[email protected]"
git config --global user.name "${{ env.RUNNER_NAME }}"
quarto publish gh-pages
# - name: Install Packages
Expand Down

0 comments on commit 359600a

Please sign in to comment.