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 89630fa commit faa91d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
# Generate the website
- name: Publish Sample Page
run: dotnet publish ./samples/Memento.Sample.BlazorWasm/Memento.Sample.BlazorWasm.csproj -c Release -p:GHPages=true

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

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

0 comments on commit faa91d3

Please sign in to comment.