Skip to content

Commit 6614247

Browse files
committed
2 parents 8ceb349 + 4f41c56 commit 6614247

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Publish Docs
33
on:
44
push:
55
branches:
6-
- main
6+
- main
7+
paths:
8+
- 'docs/**'
9+
- 'mkdocs.yml'
10+
- 'CHANGELOG.md'
11+
- '.github/workflows/publish_docs.yaml'
712

813
permissions:
914
contents: write

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
site_name: TagStudio
1313
site_description: "A User-Focused Photo & File Management System"
14-
site_url: https://tagstudiodev.github.io/tagstudio
14+
site_url: https://docs.tagstud.io/
1515
repo_url: https://github.com/TagStudioDev/TagStudio
1616
edit_uri: blob/main/docs/
1717
repo_name: TagStudioDev/TagStudio

0 commit comments

Comments
 (0)