Skip to content

Commit

Permalink
No git
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 27, 2023
1 parent d64a9b6 commit 4948f7c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,4 @@ jobs:
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
cp -r target/doc ./docs
ls ./docs
git worktree add gh-pages
git config user.name "Deploy from CD"
git config user.email ""
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages

0 comments on commit 4948f7c

Please sign in to comment.