~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
48dc2489
—
pyrossh 1 year ago
disable deploy
- .github/workflows/deploy.yml +11 -11
.github/workflows/deploy.yml
CHANGED
|
@@ -18,16 +18,16 @@ jobs:
|
|
|
18
18
|
- name: Clone repository
|
|
19
19
|
uses: actions/checkout@v3
|
|
20
20
|
|
|
21
|
-
- name: Install Deno
|
|
21
|
+
# - name: Install Deno
|
|
22
|
-
|
|
22
|
+
# uses: denoland/setup-deno@v1
|
|
23
|
-
|
|
23
|
+
# with:
|
|
24
|
-
|
|
24
|
+
# deno-version: v1.x
|
|
25
25
|
|
|
26
|
-
- name: Build step
|
|
26
|
+
# - name: Build step
|
|
27
|
-
|
|
27
|
+
# run: "deno task build"
|
|
28
28
|
|
|
29
|
-
- name: Upload to Deno Deploy
|
|
29
|
+
# - name: Upload to Deno Deploy
|
|
30
|
-
|
|
30
|
+
# uses: denoland/deployctl@v1
|
|
31
|
-
|
|
31
|
+
# with:
|
|
32
|
-
|
|
32
|
+
# project: "clever-shrimp-70"
|
|
33
|
-
|
|
33
|
+
# entrypoint: "./main.ts"
|