Skip to content

Commit 56bcc0c

Browse files
committed
Updated docs rendering for GitHub pages.
1 parent 6cd7158 commit 56bcc0c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'mkdocs.yml'
1010
- 'README.md'
1111
- '.github/workflows/deploy-docs.yml'
12+
workflow_dispatch: # Allow manual triggering
1213

1314
permissions:
1415
contents: write

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
site_name: Fact Check-In
3-
site_url: https://pioneershub.github.io/fact-check-in/
3+
site_url: https://pioneershub.github.io/fact_check_in/
44
site_author: Alexander Hendorf
55
site_description: >-
66
Validate if the attendee is registered for the conference by ticket code, name and email.
77
# Repository
8-
repo_name: PioneersHub/fact-check-in
9-
repo_url: https://github.com/PioneersHub/fact-check-in
8+
repo_name: PioneersHub/fact_check_in
9+
repo_url: https://github.com/PioneersHub/fact_check_in
1010

1111
#
1212
nav:

0 commit comments

Comments
 (0)