diff options
Diffstat (limited to '.github/workflows/document.yml')
-rw-r--r-- | .github/workflows/document.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 59871260..849c0778 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -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: |