Skip to content

Commit

Permalink
seo.yml: Add content directory
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 30, 2023
1 parent 25a2423 commit e2ef456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Serve site
run: |
hugo serve -b http://localhost:1313 --bind=0.0.0.0 &
hugo serve -c blog/ -b http://localhost:1313 --bind=0.0.0.0 &
sleep 10
- name: Link Checker
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Serve site
run: |
hugo serve -b http://localhost:1313 --bind=0.0.0.0 &
hugo serve -c blog/ -b http://localhost:1313 --bind=0.0.0.0 &
sleep 10
- name: Check orphan pages
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Serve site
run: |
hugo serve -b http://localhost:1313 --bind=0.0.0.0 &
hugo serve -c blog/ -b http://localhost:1313 --bind=0.0.0.0 &
sleep 10
- name: Check canonical links
Expand Down

0 comments on commit e2ef456

Please sign in to comment.