We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd13527 commit d3ff435Copy full SHA for d3ff435
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Generate Docs
94
run: |
95
cargo doc --no-deps
96
- echo "<meta http-equiv=refresh content=0;url=lambda/index.html>" > target/doc/index.html
+ echo "<meta http-equiv=refresh content=0;url=lambda_runtime/index.html>" > target/doc/index.html
97
- name: Publish
98
uses: peaceiris/actions-gh-pages@v3
99
with:
0 commit comments