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:
Marshall Bowers 2024-05-06 10:51:37 -04:00 committed by GitHub
parent bc5f82d40c
commit 29c675ba17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -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