Skip to content

Commit 4ba393d

Browse files
Fix sitemap (#1573)
1 parent a21b364 commit 4ba393d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
uses: cicirello/generate-sitemap@v1
5656
with:
5757
path-to-root: './docs/build'
58-
base-url-path: https://www.onboard.blocknative.com/
58+
drop-html-extension: true
59+
base-url-path: https://onboard.blocknative.com
5960

6061
- name: Peak at folder contents
6162
run: ls -al

0 commit comments

Comments
 (0)