Skip to content

Merge pull request #393 from phansch/dependabot/bundler/bundler-f6737… #124

Merge pull request #393 from phansch/dependabot/bundler/bundler-f6737…

Merge pull request #393 from phansch/dependabot/bundler/bundler-f6737… #124

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