Skip to content

Bump rexml from 3.2.6 to 3.2.8 in /docs #45

Bump rexml from 3.2.6 to 3.2.8 in /docs

Bump rexml from 3.2.6 to 3.2.8 in /docs #45

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@v4
- name: Install Python
uses: actions/setup-python@v4
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
if: github.ref == 'ref/heads/master'
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages
folder: docs/_site