Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Jan 6, 2024
1 parent fcec4c2 commit bb89f0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ jobs:
run: |
cd DbSyncKit.Docs
echo '{"NetlifySiteId": "=> NETLIFY_SITE_ID","NetlifyAccessToken": "=> NETLIFY_API_KEY"}' > appsettings.config
# Install any required dependencies
dotnet restore
# Build documentation
dotnet build -c Release
# Run the Statiq documentation console app with necessary arguments and secrets
dotnet run deploy -s IgnoreInvalidXrefs=true --framework net8.0
dotnet run deploy -s NetlifySiteId="=> NETLIFY_SITE_ID" -s NetlifyAccessToken="=> NETLIFY_API_KEY" -s IgnoreInvalidXrefs=true --framework net8.0

0 comments on commit bb89f0c

Please sign in to comment.