Skip to content

Commit d3ff435

Browse files
authored
Update build.yml to fix docs generation (#303)
1 parent fd13527 commit d3ff435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Generate Docs
9494
run: |
9595
cargo doc --no-deps
96-
echo "<meta http-equiv=refresh content=0;url=lambda/index.html>" > target/doc/index.html
96+
echo "<meta http-equiv=refresh content=0;url=lambda_runtime/index.html>" > target/doc/index.html
9797
- name: Publish
9898
uses: peaceiris/actions-gh-pages@v3
9999
with:

0 commit comments

Comments
 (0)