Skip to content

Commit

Permalink
Docs are public
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Oct 26, 2023
1 parent 6eefcdb commit e7818c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find . -name '*~' -delete

if ! [[ "$2" == "--skip-docs" ]]; then
# Grab docs repo
git clone git@github.com:multiprocessio/datastation-documentation || echo 'already exists'
git clone https://github.com/multiprocessio/datastation-documentation || echo 'already exists'
( cd datastation-documentation && git fetch origin && git reset --hard origin/main)
fi

Expand Down

0 comments on commit e7818c6

Please sign in to comment.