docfx-action icon indicating copy to clipboard operation
docfx-action copied to clipboard

A GitHub action to run DocFX and generate a documentation site.

Results 5 docfx-action issues
Sort by recently updated
recently updated
newest added

Bumps dotnet/sdk from 8.0-jammy to 8.0.101-jammy. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet/sdk&package-manager=docker&previous-version=8.0-jammy&new-version=8.0.101-jammy)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

I have the below step in my workflow. ``` - name: Build Documentation if: ${{ github.ref_name == 'master' && github.event_name == 'push' }} uses: nikeee/[email protected] with: args: docs/docfx.json ``` As...

help wanted

Hi there, I am using .Net Core 3.1.302, and I getting an error in the action phase. ` [20-11-15 07:07:04.430]Info:[MetadataCommand.ExtractMetadata]Using mono /usr/lib/mono/msbuild/15.0/bin/MSBuild.dll as inner compiler. [20-11-15 07:07:04.585]Info:[MetadataCommand.ExtractMetadata]Loading projects... A compatible...

It seems that all output generated by this action is owned by root. This means any follow-up modifications to the files need to either use `sudo` or be proceeded by...

help wanted

I've been working to port the NUnit documentation to docfx. I just created a build process based on GitHub actions and this is what made it possible! Really appreciate you...