diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a1e604..9e983b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: restore-keys: | mkdocs-material- - run: pip install -r requirements.txt - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force && cp ./src/CNAME docs/ \ No newline at end of file