Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Jan 6, 2024
2 parents 664c801 + 10d6862 commit 1bc34af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1bc34af

Please sign in to comment.