Skip to content

Commit 52a5c46

Browse files
authored
Update deploy.yml
1 parent b9db722 commit 52a5c46

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
on: push
1+
on:
2+
push:
3+
workflow_dispatch:
24
name: 🚀 Deploy website on push
35
jobs:
46
web-deploy:
57
name: 🎉 Deploy
68
runs-on: ubuntu-latest
79
steps:
810
- name: 🚚 Get latest code
9-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1012
- name: Setup .NET Core
11-
uses: actions/setup-dotnet@v3.2.0
13+
uses: actions/setup-dotnet@v4
1214
with:
13-
dotnet-version: 8.0.x
15+
dotnet-version: |
16+
8.0.x
17+
9.0.x
1418
- name: Install dependencies
1519
run: dotnet restore
1620
- name: Build with dotnet

0 commit comments

Comments
 (0)