Skip to content

Commit 3c50276

Browse files
committed
Added adjustment of canonical paths depending on the deployment
1 parent 94ef625 commit 3c50276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkdocs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
./doc-builder build-image
5050
- name: "Prepare Documentation Dev Deployment"
5151
run: |
52+
sed -i -r "s|(site_url: .*)|\1dev/|g" ./mkdocs.yml
53+
cat ./mkdocs.yml
5254
./doc-builder build
5355
- name: "Upload Documentation"
5456
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)