From 200456841fde7e45d6be0f7b9bf8d0faca26f23b Mon Sep 17 00:00:00 2001 From: Ben Borra <18417334+benborra@users.noreply.github.com> Date: Fri, 13 Oct 2023 23:48:45 +0200 Subject: [PATCH] Revert destination folder config. --- .github/workflows/build-and-deploy.yml | 2 +- docfx_project/docfx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 269866b..45aced3 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/_site" # App source code path + app_location: "/docfx_project/_site" # App source code path api_location: "" # Api source code path - optional output_location: "" # Built app content directory - optional ###### End of Repository/Build Configurations ###### diff --git a/docfx_project/docfx.json b/docfx_project/docfx.json index f98628e..941435a 100644 --- a/docfx_project/docfx.json +++ b/docfx_project/docfx.json @@ -18,7 +18,7 @@ ] } ], - "dest": "../_site", + "dest": "_site", "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [