Skip to content

Commit

Permalink
CNAME copying
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Oct 19, 2023
1 parent 6dd7ef7 commit 90a9092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@ jobs:
- run: pip install -r mkdocs/requirements.txt
- run: |
mkdocs gh-deploy --config-file mkdocs/mkdocs.yml --force
git checkout gh-pages
echo "customdomain.com" > CNAME
git add CNAME
git commit -m "Add CNAME"
git push origin gh-pages
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
File renamed without changes.

0 comments on commit 90a9092

Please sign in to comment.