Skip to content

Deploy to GitHub Pages #153

Deploy to GitHub Pages

Deploy to GitHub Pages #153

Manually triggered June 21, 2026 04:58
Status Success
Total duration 2m 25s
Artifacts

deploy-to-github-pages.yml

on: workflow_dispatch
deploy-to-github-pages
2m 20s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v3.0.3, JamesIves/github-pages-deploy-action@v4.4.1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
deploy-to-github-pages: ILGPU/IR/Analyses/PointerAddressSpaces.cs#L52
Rename type name AddressSpaceFlags so that it does not end in 'Flags' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
deploy-to-github-pages: ILGPU/IR/Analyses/PointerAddressSpaces.cs#L35
Rename type name AnalysisFlags so that it does not end in 'Flags' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
deploy-to-github-pages: ILGPU/IR/Analyses/CFG.cs#L97
Rename type name NodeCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
deploy-to-github-pages: ILGPU/Runtime/Cuda/CudaAcceleratorFlags.cs#L20
Rename type name CudaAcceleratorFlags so that it does not end in 'Flags' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
deploy-to-github-pages: ILGPU/Runtime/Cuda/CudaAccelerator.cs#L50
Member 'DefaultMaxRegistersPerThread' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
deploy-to-github-pages: ILGPU/QUInt4.cs#L27
QUInt4 should define operator(s) '<, <=, >, >=' since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
deploy-to-github-pages: ILGPU/IR/Transformations/IfConversion.cs#L352
The given expression is never of the provided ('Load') type
deploy-to-github-pages: ILGPU/IR/Transformations/SimplifyControlFlow.cs#L66
The given expression is never of the provided ('BarrierOperation') type
deploy-to-github-pages: ILGPU/Backends/PTX/PTXKernelFunctionGenerator.cs#L109
'PTXKernelFunctionGenerator.EntryPoint' hides inherited member 'PTXCodeGenerator.EntryPoint'. Use the new keyword if hiding was intended.
deploy-to-github-pages: ILGPU/Backends/OpenCL/CLKernelFunctionGenerator.cs#L159
'CLKernelFunctionGenerator.EntryPoint' hides inherited member 'CLCodeGenerator.EntryPoint'. Use the new keyword if hiding was intended.