Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 12, 2024
1 parent e0321d8 commit 6026921
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ jobs:
rustup default nightly
- run: cargo doc --all --no-deps # --document-private-items
- name: Refresh page
env:
TMP: >
<meta http-equiv=refresh content=0;url=junction/index.html>
shell: bash
run: echo "${TMP}" > target/doc/index.html
run: echo "<meta http-equiv=refresh content=0;url=junction/index.html>" > target/doc/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6026921

Please sign in to comment.