From faa91d3d3a8af60b4c116595fa15c7391ea238c1 Mon Sep 17 00:00:00 2001 From: Le-nn <58958532+le-nn@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:25:59 +0900 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) 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