docs: Change path from /docs2
to /docs
(#11436)
This PR changes the docs path from `/docs2` to just `/docs` in preparation for release. Release Notes: - N/A
This commit is contained in:
parent
bc5f82d40c
commit
29c675ba17
2 changed files with 6 additions and 6 deletions
2
.github/workflows/deploy_docs.yml
vendored
2
.github/workflows/deploy_docs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
mkdir -p target/deploy
|
||||
mdbook build ./docs --dest-dir=../target/deploy/docs2/
|
||||
mdbook build ./docs --dest-dir=../target/deploy/docs/
|
||||
|
||||
- name: Deploy
|
||||
uses: cloudflare/wrangler-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue