diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a62ca2..309f4c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,7 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material - - name: Fetch gh-pages branch - run: git fetch origin gh-pages:gh-pages - run: mkdocs build - name: Copy CNAME file - run: cp CNAME site/ + run: echo "create.achronus.dev" > site/CNAME - run: mkdocs gh-deploy --force