mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix generate-docs Action to stage autogenerated script-reference files
This commit is contained in:
parent
2738b157ea
commit
5945aec7e8
3 changed files with 6 additions and 2 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
rm make.out
|
rm make.out
|
||||||
echo "*** Pushing zeek-docs Changes ***"
|
echo "*** Pushing zeek-docs Changes ***"
|
||||||
git remote set-url origin "https://zeek-bot:${{ secrets.ZEEK_BOT_TOKEN }}@github.com/zeek/zeek-docs"
|
git remote set-url origin "https://zeek-bot:${{ secrets.ZEEK_BOT_TOKEN }}@github.com/zeek/zeek-docs"
|
||||||
git add scripts/
|
git add scripts/ script-reference/
|
||||||
git status
|
git status
|
||||||
git commit -m "Generate docs" && git push || /bin/true
|
git commit -m "Generate docs" && git push || /bin/true
|
||||||
cd ..
|
cd ..
|
||||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
3.3.0-dev.260 | 2020-09-10 11:53:03 -0700
|
||||||
|
|
||||||
|
* Fix generate-docs Action to stage autogenerated script-reference files (Jon Siwek, Corelight)
|
||||||
|
|
||||||
3.3.0-dev.258 | 2020-09-09 10:46:37 -0700
|
3.3.0-dev.258 | 2020-09-09 10:46:37 -0700
|
||||||
|
|
||||||
* Improve Reporter weird-sampling-whitelist getters/setters (Jon Siwek, Corelight)
|
* Improve Reporter weird-sampling-whitelist getters/setters (Jon Siwek, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.3.0-dev.258
|
3.3.0-dev.260
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue