mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/fix-docs-ci-again'
* origin/topic/bbannier/fix-docs-ci-again:
Fix installation of Python packages in generate docs CI job again
(cherry picked from commit c28442a9a1
)
This commit is contained in:
parent
32214ef983
commit
553040edfb
3 changed files with 11 additions and 2 deletions
2
.github/workflows/generate-docs.yml
vendored
2
.github/workflows/generate-docs.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # for Git to git push
|
contents: write # for Git to git push
|
||||||
if: github.repository == 'zeek/zeek'
|
if: github.repository == 'zeek/zeek'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# We only perform a push if the action was triggered via a schedule
|
# We only perform a push if the action was triggered via a schedule
|
||||||
|
|
9
CHANGES
9
CHANGES
|
@ -1,3 +1,12 @@
|
||||||
|
6.0.8-1 | 2024-10-18 17:17:27 -0700
|
||||||
|
|
||||||
|
* Merge remote-tracking branch 'origin/topic/bbannier/fix-docs-ci-again' (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
|
* origin/topic/bbannier/fix-docs-ci-again:
|
||||||
|
Fix installation of Python packages in generate docs CI job again
|
||||||
|
|
||||||
|
(cherry picked from commit c28442a9a178b735e3fe1b5f5938f922a5aa7a66)
|
||||||
|
|
||||||
6.0.8 | 2024-10-04 14:50:18 -0700
|
6.0.8 | 2024-10-04 14:50:18 -0700
|
||||||
|
|
||||||
* Update CHANGES, VERSION, and NEWS for 6.0.8 release (Christian Kreibich, Corelight)
|
* Update CHANGES, VERSION, and NEWS for 6.0.8 release (Christian Kreibich, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.0.8
|
6.0.8-1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue