website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
7111b29
— pyrossh
2023-12-01T23:59:40+05:30
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"
|