Skip to content

Commit a5bfa1f

Browse files
committed
Merge branch 'main' of github.com:mlr-org/mlr3website
2 parents 6df4fdb + 38defd7 commit a5bfa1f

File tree

6 files changed

+1
-13908
lines changed

6 files changed

+1
-13908
lines changed

.github/workflows/build-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
R -q -e 'install.packages("renv", repos = "cloud.r-project.org"); renv::restore()'
7272
ls /home/runner/work/mlr3website/mlr3website/mlr-org/renv/library/R-4.2/x86_64-pc-linux-gnu
7373
git config --global user.email "[email protected]"
74-
git config --global user.name "${{ env.RUNNER_NAME }}"
74+
git config --global user.name "mlr-org"
7575
quarto publish gh-pages
7676
7777
# - name: Install Packages

0 commit comments

Comments
 (0)