Tweaked yml

This commit is contained in:
Tigger Kindel
2023-12-03 08:28:25 -07:00
parent 154dd75c3b
commit 9d97ea9c8a

View File

@@ -14,23 +14,12 @@ jobs:
name: Build and Deploy API docs to github-pages
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}/.github
url: ${{ steps.deployment.outputs.page_url }}
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: 7.0
dotnet-quality: 'ga'
# - name: Setup DocFX
# uses: crazy-max/ghaction-chocolatey@v2
# with:
# args: install docfx
- name: DocFX Build
working-directory: docfx
run: |
@@ -46,8 +35,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
artifact-name: docs
path: docs
path: docfx/_site
- name: Deploy to GitHub Pages
id: deployment