diff --git a/.github/workflows/docs_publish.yml b/.github/workflows/docs_publish.yml index 85f76e4..21505d4 100644 --- a/.github/workflows/docs_publish.yml +++ b/.github/workflows/docs_publish.yml @@ -42,7 +42,6 @@ jobs: # Build documentation dotnet build -c Release - # Run the Statiq documentation console app with necessary arguments and secrets - dotnet run deploy -s NetlifySiteId="=> NETLIFY_SITE_ID" -s NetlifyAccessToken="=> NETLIFY_API_KEY" -s IgnoreInvalidXrefs=true --framework net8.0 + dotnet run deploy -s NetlifySiteId="${{ secrets.NETLIFY_SITE_ID }}" -s NetlifyAccessToken="${{ secrets.NETLIFY_API_KEY }}" -s IgnoreInvalidXrefs=true --framework net8.0