Skip to content

Commit

Permalink
seo.yml: Serve site in background
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <[email protected]>
  • Loading branch information
Norbert Kamiński committed Jul 26, 2023
1 parent f6660e5 commit ab0fdf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
pip install -r seo-spy/requirements.txt
pip install -r requirements.txt
- name: Serve site
run: mkdocs serve &
run: |
mkdocs serve &
shell: bash
- name: Check orphan pages
uses: 3mdeb/seo-spy-action@main
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ plugins:
- variants/secure-firewall.md
- variants/custom.md
- variants/server.md
- variants/protectli_ptx01/hardware-matrix.md
- variants/protectli_ptx01/test-matrix.md
nav:
- 'Intro':
- 'About Dasharo': index.md
Expand Down

0 comments on commit ab0fdf0

Please sign in to comment.