Write CNAME file before publishing in document workflow
This commit is contained in:
parent
8b0f2e62db
commit
79ac5bb890
1 changed files with 2 additions and 0 deletions
2
.github/workflows/document.yml
vendored
2
.github/workflows/document.yml
vendored
|
|
@ -24,6 +24,8 @@ jobs:
|
|||
-p iced_winit \
|
||||
-p iced_glutin \
|
||||
-p iced
|
||||
- name: Write CNAME file
|
||||
run: echo 'docs.iced.rs' > ./target/doc/CNAME
|
||||
- name: Publish documentation
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue