This commit is contained in:
parent
de81dfb68d
commit
20a783b1ba
1 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,8 @@ on:
|
|||
jobs:
|
||||
web:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
BUNDLE_GEMFILE: ${{ github.workspace }}/main/Gemfile
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
@ -12,8 +14,10 @@ jobs:
|
|||
uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.2.2
|
||||
bundler-cache: true
|
||||
|
||||
- name: Build
|
||||
run: cd main && bundle && bundle exec jekyll build
|
||||
run: cd main && bundle exec jekyll build
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue