fixing CNAME copying

This commit is contained in:
Andy Pack 2024-02-01 19:01:02 +00:00
parent 37a2c8896a
commit 4bac2e44a2
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -45,7 +45,7 @@ jobs:
run: mv target/doc draught_web/www/dist/
- name: Move CNAME file to Staging Directory
run: mv docs/CNAME draught_web/www/dist
run: mv draught_web/docs/CNAME draught_web/www/dist
- name: Deploy To Pages
uses: peaceiris/actions-gh-pages@v3