Skip to content

Commit

Permalink
Remove API documentation from build step
Browse files Browse the repository at this point in the history
Sincerely doubt this is actually helpful.
  • Loading branch information
jvyden committed Jan 20, 2024
1 parent 5671dfb commit 62b1cd3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,10 @@ jobs:
zip -r "Refresh_for_Linux_x64.zip" Refresh.GameServer/bin/Release/net8.0/linux-x64/publish/
zip -r "Refresh_for_Windows_x64.zip" Refresh.GameServer/bin/Release/net8.0/win-x64/publish/
- name: Generate API Documentation
run: dotnet run -c Release --no-build --project Refresh.GameServer -- --generate_docs

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
files: |
*.zip
apiDocumentation.json
*.zip

0 comments on commit 62b1cd3

Please sign in to comment.