mirror of https://github.com/daffainfo/nuclei.git
Create publish-docs.yaml
parent
335b38028c
commit
7377dd6c54
|
@ -0,0 +1,15 @@
|
|||
name: Publish Docs
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
ref: yamldoc # temporary
|
Loading…
Reference in New Issue