Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zHaytam committed Dec 3, 2024
1 parent 5942c8a commit 47e4c68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ on:

jobs:
build:
name: Deploy Site to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: Publish app
run: cd site/Site && dotnet publish -c Release
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ on:

jobs:
build:
name: Push packages to NuGet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9'

- name: Pack Blazor.Diagrams.Core
working-directory: src/Blazor.Diagrams.Core
Expand Down

0 comments on commit 47e4c68

Please sign in to comment.