diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c134812..3b370cd 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -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