Skip to content

Commit

Permalink
Merge pull request #122 from gcapes/fix-gh-actions
Browse files Browse the repository at this point in the history
Update gh actions and runs-on to newer version
  • Loading branch information
gcapes authored Feb 27, 2024
2 parents 7d27d8c + 7a27c89 commit ac82acb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-website:
if: ${{ !endsWith(github.repository, '/styles') }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -23,13 +23,17 @@ jobs:
bundler-cache: true

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
gem install github-pages bundler kramdown kramdown-parser-gfm
gem install nokogiri -v 1.15.5
gem install bundler -v 2.4.22
gem install faraday-net_http -v 3.0.2
gem install faraday -v 2.8.1
gem install github-pages kramdown kramdown-parser-gfm
- name: Install Python modules
run: |
Expand Down

0 comments on commit ac82acb

Please sign in to comment.