mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
attempting to publish v1 AND v2 docs 5
This commit is contained in:
6
.github/workflows/api-docs.yml
vendored
6
.github/workflows/api-docs.yml
vendored
@@ -66,8 +66,8 @@ jobs:
|
||||
with:
|
||||
args: install docfx
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
# - name: Install dependencies
|
||||
# run: dotnet restore
|
||||
|
||||
- name: DocFX Build
|
||||
working-directory: docfx
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
# - name: Use docfx to build API Docs
|
||||
|
||||
Reference in New Issue
Block a user