We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e878a62 commit f9f717eCopy full SHA for f9f717e
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
~/.nuget/packages
34
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
35
- name: 'Install workload: wasm-tools'
36
- run: dotnet workload install wasm-tools
+ run: dotnet workload restore
37
- name: 'Publish Material.Avalonia.Demo.Browser'
38
run: dotnet publish Material.Avalonia.Demo.Browser/Material.Avalonia.Demo.Browser.csproj -c Release
39
- name: Fix permissions
@@ -72,4 +72,4 @@ jobs:
72
steps:
73
- name: Deploy to GitHub Pages
74
id: deployment
75
- uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
+ uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
0 commit comments