master
Vitalii Mikhailov 3 years ago
parent 094de69c62
commit 757ed50ec0
No known key found for this signature in database
GPG Key ID: 954DDABC3A87570A

4
.gitmodules vendored

@ -0,0 +1,4 @@
[submodule "docfx"]
path = docfx
url = https://github.com/BUTR/docfx
branch = main

@ -50,6 +50,10 @@ runs:
run: dotnet build ${{ github.action_path }}/build/DocFx.Plugin.LastModified --configuration Release --output ${{inputs.docs-directory}}/_template/last-modified/plugins;
shell: pwsh
- name: Install DocFX
run: dotnet tool update -g docfx
shell: pwsh
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run build
- run: dotnet pack -c Release /p:Version=2.60.0 -o ./drop/nuget
- run: dotnet tool install -g --add-source ./drop/nuget docfx

@ -0,0 +1 @@
Subproject commit 6840f0089679bd3db16fc2d3679f0477805d3831
Loading…
Cancel
Save