Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan authored Mar 4, 2024
1 parent 6c24eb6 commit 4988243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
dotnet-version: 6.0.x

- name: Publish with dotnet
run: dotnet publish -c Release -o public -p:GHPages=true
run: dotnet publish -c Release -o public -p:GHPages=true --framework net6.0
working-directory: ./docs/BlazorApexCharts.Docs.Wasm
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
Expand Down

0 comments on commit 4988243

Please sign in to comment.