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 834be26 commit e528ef6Copy full SHA for e528ef6
.github/workflows/build.yml
@@ -82,9 +82,9 @@ jobs:
82
- name: Generate Docs
83
run: |
84
cargo doc --no-deps
85
- echo "<meta http-equiv=refresh content=0;url=`lambda/index.html>" > target/doc/index.html
+ echo "<meta http-equiv=refresh content=0;url=lambda/index.html>" > target/doc/index.html
86
- name: Publish
87
uses: peaceiris/actions-gh-pages@v3
88
with:
89
github_token: ${{ secrets.GITHUB_TOKEN }}
90
- publish_dir: ./target/doc
+ publish_dir: ./target/doc
0 commit comments