From d64a353d7ee3cd001aee596c6cce69f6ad785367 Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Sun, 17 Mar 2024 21:28:08 +1100 Subject: [PATCH] Fixed build rename --- .github/workflows/build-docs-command-reference.yaml | 2 +- website/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs-command-reference.yaml b/.github/workflows/build-docs-command-reference.yaml index d6d39a9f..f280245b 100644 --- a/.github/workflows/build-docs-command-reference.yaml +++ b/.github/workflows/build-docs-command-reference.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Update docs - run: ./build/Build-CommandReference.ps1 + run: ./build/Update-CommandReference.ps1 shell: pwsh - name: Update repo diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0e5f776d..32a5a3dc 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { ({ docs: { sidebarPath: "./sidebars.js", - editUrl: "https://github.com/maester365/docs/tree/main/src/site", + editUrl: "https://github.com/maester365/maester/tree/main/website", }, theme: { customCss: "./src/css/custom.css",