Skip to content

Commit 2ffb1a1

Browse files
author
dompling
committed
fix
1 parent 1f1233c commit 2ffb1a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
cp API.md docs/API.md
3535
cp -r AppIcon.png docs/
3636
cp -r images docs/
37+
echo "trollscript.qzz.io" > docs/CNAME
3738
3839
- name: Build and Deploy
3940
run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: TrollScript
2-
site_url: https://dompling.github.io/TrollScript-Release
2+
site_url: https://trollscript.qzz.io
33
site_description: TrollScript 官方文档与 API 参考
44

55
theme:

0 commit comments

Comments
 (0)