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