Skip to content

Commit

Permalink
Merge branch 'main' into acolum-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels authored Nov 28, 2024
2 parents 60f15b7 + 9cb96a9 commit b1d9478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/build-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,18 @@ concurrency:
cancel-in-progress: true

env:
RENV_PROFILE: "dev"
RENV_CONFIG_SANDBOX_ENABLED: FALSE
issue: ${{ github.event.inputs.triggering_issue || github.event.pull_request.number }}
repo_name: ${{ github.event.inputs.triggering_repo || github.repository }}
directory: ${{ github.event.inputs.directory || 'main' }}
blogs: ${{ github.event.inputs.blogs || 'main' }}
rid: ${{ github.event.number || github.run_id }}
hugobd: public
on_fork: ${{ github.event.pull_request.head.repo.fork == true }}

jobs:
build:
name: Build site
runs-on: ubuntu-latest
env:
hugobd: public
on_fork: ${{ github.event.pull_request.head.repo.fork == true }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -67,18 +64,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.0'

- name: Serup renv
uses: r-lib/actions/setup-renv@v2

- name: Populate untranslated pages
run: |
Rscript scripts/missing_translations.R
- name: Site data - Clean folders
if: ${{ env.on_fork != 'true' }}
Expand All @@ -93,7 +78,7 @@ jobs:
path: tmpd/dir

- name: Site data - DIRECTORY - Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
if: ${{ (env.on_fork != 'true') && env.directory != 'main' }}
with:
name: entries
Expand Down
4 changes: 1 addition & 3 deletions content/activities/rladies-blogs/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: "Blogs by R-Ladies"
type: "rladies-blogs"
---

Curated list of awesome blogs by R-Ladies, inspired by

{{< twitter id="1362021673239785473" user="RLadiesGlobal" >}}
Curated list of awesome blogs by R-Ladies.

The list lives in its own [GitHub Repo](https://github.com/rladies/awesome-rladies-blogs),
and you are very welcome to[ add your own](https://github.com/rladies/awesome-rladies-blogs/blob/main/CONTRIBUTING.md)!
Expand Down

0 comments on commit b1d9478

Please sign in to comment.