Skip to content

Commit

Permalink
Add documentation index redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
torrancew committed Jul 14, 2024
1 parent 8b4ed03 commit 6e4f44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
toolchain: stable
command: doc
args: --no-deps
- name: Generate Index Redirect
run: echo '<meta http-equiv="refresh" content="0;url=xapian_rs/index.html">' >target/doc/index.html
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6e4f44c

Please sign in to comment.