Create docs
This commit is contained in:
parent
3c63ea19e7
commit
ea9e9e585c
14
.github/workflows/docs
vendored
Normal file
14
.github/workflows/docs
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: docs
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: |
|
||||
curl -X POST -d {} https://api.netlify.com/build_hooks/63c803e85ddaf544a708c615
|
Loading…
x
Reference in New Issue
Block a user