Skip to content

Commit

Permalink
Use better GitHub Action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Aug 16, 2023
1 parent 5a4ccf1 commit e8d8ae3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2.2

- name: Install dependencies & Build
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 19.8.1

- name: Install npm dependencies
run: npm install

- name: Build Jekyll
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
Expand Down

0 comments on commit e8d8ae3

Please sign in to comment.