Skip to content

Commit f9f717e

Browse files
authored
Fix deploy.yml
1 parent e878a62 commit f9f717e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
~/.nuget/packages
3434
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
3535
- name: 'Install workload: wasm-tools'
36-
run: dotnet workload install wasm-tools
36+
run: dotnet workload restore
3737
- name: 'Publish Material.Avalonia.Demo.Browser'
3838
run: dotnet publish Material.Avalonia.Demo.Browser/Material.Avalonia.Demo.Browser.csproj -c Release
3939
- name: Fix permissions
@@ -72,4 +72,4 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
75+
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)