Skip to content

Commit

Permalink
Adds CNAME file to correct location for doc generation (#392)
Browse files Browse the repository at this point in the history
Previous run was a bust. This should be the correct spot.
  • Loading branch information
BradyBonnette authored Oct 20, 2023
1 parent 7182c92 commit 87a9082
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
git update-ref -d refs/heads/gh-pages
rm -rf *
mv ../book/* .
echo 'plrust.io' > CNAME
git add .
echo 'plrust.io' > ../../CNAME
git add ../../CNAME
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages

0 comments on commit 87a9082

Please sign in to comment.