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
pat-s committed Nov 6, 2022
2 parents 6df4fdb + 38defd7 commit d1c6c8e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13,909 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
run: |
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
ls /home/runner/work/mlr3website/mlr-org/renv/library/R-4.2/x86_64-pc-linux-gnu
ls ${{ env.R_LIBS_USER }}
git config --global user.email "[email protected]"
git config --global user.name "${{ env.RUNNER_NAME }}"
git config --global user.name "mlr-org"
quarto publish gh-pages
# - name: Install Packages
Expand Down
Loading

0 comments on commit d1c6c8e

Please sign in to comment.