Skip to content

Merge pull request #15 from dcrn/patch-1 #71

Merge pull request #15 from dcrn/patch-1

Merge pull request #15 from dcrn/patch-1 #71

Workflow file for this run

# On every push this script is executed
on:
push:
branches:
- main
name: build and deploy to github pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}