Skip to content

Commit 22e4c72

Browse files
authored
Write a CNAME file on every docs deploy (#293)
1 parent 152a2af commit 22e4c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
cp -r docs/_build/html/* gh-pages/
4040
cd gh-pages
4141
touch .nojekyll
42+
echo clouddrift.org > CNAME
4243
git config --local user.email "[email protected]"
4344
git config --local user.name "GitHub Action"
4445
git add .

0 commit comments

Comments
 (0)