Skip to content

Commit 40e5ca8

Browse files
committed
fix
1 parent 563b3c5 commit 40e5ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: Generate versioned docs
36-
run: build_versioned_docs.sh
36+
run: ./build_versioned_docs.sh
3737
- uses: actions/setup-node@v4
3838
with:
3939
node-version: 18

0 commit comments

Comments
 (0)