Skip to content

Commit 38f30c1

Browse files
author
Max Gravitt
committed
updating github action for docs
1 parent 985cedf commit 38f30c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: SKIP_WASM_BUILD=1 cargo doc --all --no-deps
2525

2626
- name: Make index.html
27-
run: echo "<meta http-equiv=refresh content=0;url=hashed_substrate/index.html>" > ./target/doc/index.html
27+
run: echo "<meta http-equiv=refresh content=0;url=hashed_runtime/index.html>" > ./target/doc/index.html
2828

2929
- name: Deploy documentation
3030
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)