Skip to content

Commit

Permalink
Merge pull request #83 from Misaka-L/main
Browse files Browse the repository at this point in the history
使用新的静态托管服务器
  • Loading branch information
Misaka-L authored Jul 25, 2024
2 parents c8ebd10 + 16beb2d commit cf0d87f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 948 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Build step
run: "yarn run docs:build"

- run: "cp -r deno_server docs/.vitepress/dist"
- run: "cp -r docs/.vitepress/dist hosting-server/public"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "vrchat-docs-localization"
entrypoint: "deno_server/deno_web_server.ts"
root: "docs/.vitepress/dist"
entrypoint: "main.ts"
root: "hosting-server"
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "hosting-server"]
path = hosting-server
url = https://github.com/vrcd-community/deno-spa-hosting-server.git
8 changes: 0 additions & 8 deletions deno_server/deno.json

This file was deleted.

47 changes: 0 additions & 47 deletions deno_server/deno.lock

This file was deleted.

Loading

0 comments on commit cf0d87f

Please sign in to comment.