Skip to content

Commit

Permalink
attempt number 2 to debug the swc website action
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbenson committed Jan 18, 2024
1 parent ab45a53 commit 37a8985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'
bundler-cache: true

- name: Set up Python
Expand All @@ -29,7 +29,6 @@ jobs:

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

0 comments on commit 37a8985

Please sign in to comment.