Skip to content

Commit

Permalink
Fixed build rename
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 17, 2024
1 parent 16c5636 commit d64a353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs-command-reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d64a353

Please sign in to comment.