Skip to content

Commit 40b2418

Browse files
chore: incorporate upstream base tag fix (#130)
1 parent c6c98d9 commit 40b2418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: github.event_name == 'release'
8383
# Include the base to fix trailing slash issue on Netlify
8484
run: |
85-
lake exe generate-manual --depth 2 --with-word-count "words.txt" --base-url "/doc/reference/latest/"
85+
lake exe generate-manual --depth 2 --with-word-count "words.txt" --site-base-url "/doc/reference/latest/"
8686
8787
- name: Generate proofreading HTML
8888
if: github.event_name == 'pull_request'

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "",
28-
"rev": "5c52bb98802c3c7329041ac7e3e17b5a330e6b5b",
28+
"rev": "163988a736b7c938b6cfe2085f45900cee2bccf8",
2929
"name": "verso",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",

0 commit comments

Comments
 (0)