docs(ci): fix deployment
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 9m24s
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 9m24s
This commit is contained in:
@@ -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
5
entry.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
async fetch(request, env) {
|
||||
return await env.ASSETS.fetch(request);
|
||||
},
|
||||
};
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "primitive-type",
|
||||
"main": "entry.js",
|
||||
"compatibility_date": "2024-11-01",
|
||||
"assets": {
|
||||
"directory": "./public",
|
||||
|
||||
Reference in New Issue
Block a user