Skip to content

feat: various help text #6

feat: various help text

feat: various help text #6

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
name: Build & Deploy
steps:
- uses: actions/checkout@v2
- id: build-and-deploy
uses: xRealNeon/VuePagesAction@1.0.1
with:
cname: formatter.djstormdrain.com
username: "hpopp"
reponame: "tracklist-formatter"
token: ${{ secrets.GITHUB_TOKEN }}