Write CNAME file before publishing in document workflow

This commit is contained in:
Héctor Ramón Jiménez 2022-01-19 22:26:13 +07:00
parent 8b0f2e62db
commit 79ac5bb890
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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: