Redirect docs.iced.rs to actual docs
This commit is contained in:
parent
18b2f8845e
commit
247870f83b
2 changed files with 15 additions and 0 deletions
2
.github/workflows/document.yml
vendored
2
.github/workflows/document.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
-p iced
|
||||
- name: Write CNAME file
|
||||
run: echo 'docs.iced.rs' > ./target/doc/CNAME
|
||||
- name: Copy redirect file as index.html
|
||||
run: cp docs/redirect.html target/doc/index.html
|
||||
- name: Publish documentation
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue