Skip to content

chore: update jekyll and ruby to solve security alerts (#506) #123

chore: update jekyll and ruby to solve security alerts (#506)

chore: update jekyll and ruby to solve security alerts (#506) #123

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Install Ruby dependencies
run: bundler install
working-directory: docs
- name: Build site
run: jekyll build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site