Skip to content

Commit e528ef6

Browse files
authored
Fix docs generation (#239)
1 parent 834be26 commit e528ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
- name: Generate Docs
8383
run: |
8484
cargo doc --no-deps
85-
echo "<meta http-equiv=refresh content=0;url=`lambda/index.html>" > target/doc/index.html
85+
echo "<meta http-equiv=refresh content=0;url=lambda/index.html>" > target/doc/index.html
8686
- name: Publish
8787
uses: peaceiris/actions-gh-pages@v3
8888
with:
8989
github_token: ${{ secrets.GITHUB_TOKEN }}
90-
publish_dir: ./target/doc
90+
publish_dir: ./target/doc

0 commit comments

Comments
 (0)