Skip to content

Commit

Permalink
Use ruby github action job..
Browse files Browse the repository at this point in the history
  • Loading branch information
spaam committed Oct 11, 2023
1 parent 7356b5e commit 42c4e6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ jobs:
${{ runner.os }}-gems-
# Standard usage
- uses: lemonarc/[email protected]

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Build with Jekyll
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: check
run: ls ./_site/

Expand Down

0 comments on commit 42c4e6e

Please sign in to comment.