Skip to content

Commit

Permalink
Fix bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 27, 2023
1 parent efb8be1 commit c1034ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
cp -r target/doc ./docs
git worktree add gh-pages
git config user.name "Deploy from CD"
git config user.email ""
git add .
Expand Down

0 comments on commit c1034ae

Please sign in to comment.