Skip to content

Commit

Permalink
add jekyll build
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurano committed Nov 1, 2023
1 parent e681b6e commit b4e77a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
run: |
cat ./public/index.md >> ./rules/index.md
cp -uprv ./rules/* ./public/
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- run: bundle install
- run: bundle exec jekyll build
- name: pages
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit b4e77a9

Please sign in to comment.