We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1233c commit 2ffb1a1Copy full SHA for 2ffb1a1
.github/workflows/deploy-docs.yml
@@ -34,6 +34,7 @@ jobs:
34
cp API.md docs/API.md
35
cp -r AppIcon.png docs/
36
cp -r images docs/
37
+ echo "trollscript.qzz.io" > docs/CNAME
38
39
- name: Build and Deploy
40
run: mkdocs gh-deploy --force
mkdocs.yml
@@ -1,5 +1,5 @@
1
site_name: TrollScript
2
-site_url: https://dompling.github.io/TrollScript-Release
+site_url: https://trollscript.qzz.io
3
site_description: TrollScript 官方文档与 API 参考
4
5
theme:
0 commit comments