mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-21 10:25:29 +00:00
doc workflow update
This commit is contained in:
parent
c3771e874d
commit
e1b1417a9b
7
.github/workflows/publish-docs.yaml
vendored
7
.github/workflows/publish-docs.yaml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: ⏰ Publish Docs
|
name: ⏰ Publish Docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
paths:
|
branches:
|
||||||
- '**.go'
|
- dev
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -14,7 +14,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.head_ref }}
|
|
||||||
|
|
||||||
- name: "Set up Go"
|
- name: "Set up Go"
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user