Skip to content

Commit

Permalink
ci: Copy CNAME on deploy. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod authored May 17, 2024
1 parent 2ed6722 commit f014cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "serverpod_docs"
rm -rf target/docs/*
cp target/CNAME target/docs
cp -r src/build/* target/docs
cd target
git add .
Expand Down

0 comments on commit f014cc6

Please sign in to comment.