Skip to content

Commit

Permalink
localhost is not ssl enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Oct 26, 2024
1 parent de5ab4c commit 8c40a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check links
run: |
linkchecker --check-extern -f .linkcheckerrc -t 1 https://localhost:8000
linkchecker --check-extern -f .linkcheckerrc -t 1 http://localhost:8000
- name: Stop Website Server
run: |
Expand Down

0 comments on commit 8c40a8e

Please sign in to comment.