We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ceb349 + 4f41c56 commit 6614247Copy full SHA for 6614247
.github/workflows/publish_docs.yaml
@@ -3,7 +3,12 @@ name: Publish Docs
3
on:
4
push:
5
branches:
6
- - main
+ - main
7
+ paths:
8
+ - 'docs/**'
9
+ - 'mkdocs.yml'
10
+ - 'CHANGELOG.md'
11
+ - '.github/workflows/publish_docs.yaml'
12
13
permissions:
14
contents: write
mkdocs.yml
@@ -11,7 +11,7 @@
site_name: TagStudio
site_description: "A User-Focused Photo & File Management System"
-site_url: https://tagstudiodev.github.io/tagstudio
+site_url: https://docs.tagstud.io/
15
repo_url: https://github.com/TagStudioDev/TagStudio
16
edit_uri: blob/main/docs/
17
repo_name: TagStudioDev/TagStudio
0 commit comments