Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn authored Feb 19, 2024
1 parent faa91d3 commit 3f6276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: dotnet publish ./samples/Memento.Sample.BlazorWasm/Memento.Sample.BlazorWasm.csproj -c Release -p:GHPages=true

- name: Generate Docs
run: dockfx ./dockfx.json
run: docfx ./docfx.json

# Deploy the site
- name: Deploy Github Pages
Expand Down

0 comments on commit 3f6276f

Please sign in to comment.