Skip to content

Commit 63f1e79

Browse files
committed
Restore original DOCS_BASE when taking over official release documentation.
1 parent 4b294f8 commit 63f1e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
DOCS_CHANNEL: latest
2727
DOCS_VERSION: ${{ github.event.inputs.version }}
28-
DOCS_BASE: /halloy-docs/
28+
DOCS_BASE: /
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v6

0 commit comments

Comments
 (0)