Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Refactor CNAME creation for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
Achronus committed Jun 25, 2024
1 parent f15d65d commit 68ff4e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68ff4e8

Please sign in to comment.