add deploy docs workflow

This commit is contained in:
MapleLeaf
2021-12-30 22:56:44 -06:00
parent 93cb788394
commit 7cb79634a1

14
.github/workflows/deploy-docs.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: deploy docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy"