Skip to content

Commit

Permalink
trying out Cake action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Woodfine committed Nov 17, 2023
1 parent c7973dc commit 401bebc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yaml
Expand Up @@ -18,15 +18,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run cake
shell : bash
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
dotnet new tool-manifest
dotnet tool install Cake.Tool
dotnet tool restore
dotnet cake ./build.cake
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
script-path: build.cake
- name: Publish generated Blazor webassembly to Netlify
uses: nwtgck/actions-netlify@v2.0
env:
Expand Down

0 comments on commit 401bebc

Please sign in to comment.