From 68ff4e8dd7a2543fe92926da87997f3569b98eac Mon Sep 17 00:00:00 2001 From: Ryan Partridge Date: Tue, 25 Jun 2024 12:05:29 +0100 Subject: [PATCH] Refactor CNAME creation for simplicity --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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