Fix workflow: remove checkout step (Forgejo auto-clones repo)
This commit is contained in:
parent
865a7da928
commit
96610eabe9
1 changed files with 0 additions and 6 deletions
|
|
@ -11,9 +11,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
|
||||
|
|
@ -29,9 +26,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Publish Blazor WASM Client
|
||||
run: dotnet publish src/CalorieTracker.Client -c Release -o /tmp/publish/client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue