Skip to content

Bump nokogiri from 1.16.2 to 1.16.5 in /docs #42

Bump nokogiri from 1.16.2 to 1.16.5 in /docs

Bump nokogiri from 1.16.2 to 1.16.5 in /docs #42

Workflow file for this run

name: Build and deploy site
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Install and Build
run: ./docs/generate.sh
- name: Deploy gh-pages
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: docs/_site