Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Feb 8, 2023
1 parent 13919e2 commit 6a31ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/manual-docs-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd "$DOCS_REPO_NAME"

# switch to gh-pages and grab the docs folder from main
git checkout gh-pages
git checkout main docs
git checkout main -- docs

# Copy it all over to the current directory
cp -r docs/* .
Expand Down

0 comments on commit 6a31ce3

Please sign in to comment.