docs(ci): fix deployment
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 9m24s

This commit is contained in:
2026-02-10 21:17:42 +08:00
parent 726e7f97fa
commit d4fec71f39
3 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ Change content of this file and submit commits to trigger ci.
+2026-02-10 17:34
+2026-02-10 20:00
+2026-02-10 20:40
+2026-02-10 21:17

5
entry.js Normal file
View File

@@ -0,0 +1,5 @@
export default {
async fetch(request, env) {
return await env.ASSETS.fetch(request);
},
};

View File

@@ -1,5 +1,6 @@
{
"name": "primitive-type",
"main": "entry.js",
"compatibility_date": "2024-11-01",
"assets": {
"directory": "./public",