Skip to content

attempt to fix workflow #1

attempt to fix workflow

attempt to fix workflow #1

Workflow file for this run

name: deploy site
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: XAMPPRocky/deploy-mdbook@v1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}