Skip to content

Commit

Permalink
Update compile-css.yaml
Browse files Browse the repository at this point in the history
Update workflow to use v4 actions and ubuntu-latest instead of deprecated macOS-11
  • Loading branch information
froggleston authored Jul 9, 2024
1 parent 4d7721a commit fee4388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-css.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ name: Render CSS and Javascript
jobs:
compress-everything:
name: Render css/javascript
runs-on: macOS-11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Clean
run: rm -rf inst/pkgdown/assets/assets/
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
- run: npm install
- name: Comple js
run: bash squash-a-script.sh
Expand Down

0 comments on commit fee4388

Please sign in to comment.