Skip to content

Commit

Permalink
Write a CNAME file on every docs deploy (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic authored Oct 9, 2023
1 parent 152a2af commit 22e4c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cp -r docs/_build/html/* gh-pages/
cd gh-pages
touch .nojekyll
echo clouddrift.org > CNAME
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit 22e4c72

Please sign in to comment.