mirror of https://github.com/daffainfo/nuclei.git
Fixed an issue with doc publish
parent
3f5db14a75
commit
e92c9bc7bc
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add syntax-reference.md
|
git add v2/syntax-reference.md
|
||||||
git commit -m "Auto Generate Syntax Docs [$(date)] :robot:" -a
|
git commit -m "Auto Generate Syntax Docs [$(date)] :robot:" -a
|
||||||
cat v2/syntax-reference.md
|
cat v2/syntax-reference.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue