mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 16:03:01 +00:00
16 lines
276 B
YAML
16 lines
276 B
YAML
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
|