Skip to content

Commit

Permalink
fix(ci): properly name overview as index.md, as required by mkdocs.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jul 26, 2023
1 parent 54485ba commit d62eb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
mkdir docs/
pip install -r rules_inventory/scripts/requirements.txt
python rules_inventory/scripts/rules_overview_generator.py --rules_file=rules/falco_rules.yaml > docs/overview.md
python rules_inventory/scripts/rules_overview_generator.py --rules_file=rules/falco_rules.yaml > docs/index.md
- run: pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Falcosecurity Rules
site_url: https://github.com/falcosecurity/rules
nav:
- Home: overview.md
- Home: index.md

theme: material

0 comments on commit d62eb2d

Please sign in to comment.