Skip to content

Merge pull request #404 from phansch/dependabot/bundler/rexml-3.3.4 #125

Merge pull request #404 from phansch/dependabot/bundler/rexml-3.3.4

Merge pull request #404 from phansch/dependabot/bundler/rexml-3.3.4 #125

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 }}