Skip to content

Commit

Permalink
Migrating from Travis to Github Actions: Step#5.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Mar 20, 2022
1 parent 12525f6 commit 5ecc06a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,12 @@ jobs:
command: doc
args: --all

- name: Create index.html
run: |
echo "<meta http-equiv=\"refresh\" content=\"0; url=rust_cast\">" > ./target/doc/index.html
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/rust_cast
publish_dir: ./target/doc

0 comments on commit 5ecc06a

Please sign in to comment.