Skip to content

Updates

Updates #3

Workflow file for this run

name: update-gh-pages
on:
push:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: gh-pages
- run: |
git config user.name "CI"
git config user.email "[email protected]"
git commit -m "update" --allow-empty
git push