~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
7111b29c
—
pyrossh 2 years ago
Fix project
.github/workflows/deploy.yml
CHANGED
|
@@ -29,5 +29,5 @@ jobs:
|
|
|
29
29
|
- name: Upload to Deno Deploy
|
|
30
30
|
uses: denoland/deployctl@v1
|
|
31
31
|
with:
|
|
32
|
-
project: "
|
|
32
|
+
project: "clever-shrimp-70"
|
|
33
33
|
entrypoint: "./main.ts"
|