We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc7e7e commit 145bb87Copy full SHA for 145bb87
1 file changed
.github/workflows/deploy.yaml
@@ -6,24 +6,24 @@ on:
6
- main
7
8
jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v3
+ # build:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v3
13
14
- - uses: oven-sh/setup-bun@v2
15
- with:
16
- bun-version: latest
+ # - uses: oven-sh/setup-bun@v2
+ # with:
+ # bun-version: latest
17
18
- - name: Install Dependencies
19
- run: bun install
+ # - name: Install Dependencies
+ # run: bun install
20
21
- - name: Run Build
22
- run: bun run build
+ # - name: Run Build
+ # run: bun run build
23
24
deploy:
25
runs-on: ubuntu-latest
26
- needs: build
+ # needs: build
27
steps:
28
- name: Setup SSH
29
uses: webfactory/ssh-agent@v0.5.4
0 commit comments