Skip to content

Merge pull request #412 from phansch/dependabot/bundler/rexml-3.3.8 #133

Merge pull request #412 from phansch/dependabot/bundler/rexml-3.3.8

Merge pull request #412 from phansch/dependabot/bundler/rexml-3.3.8 #133

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@master
- name: 'Build and deploy'
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}