Skip to content

Commit

Permalink
Clean up deployment instructions a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Aug 22, 2023
1 parent dfd6143 commit d6f90a4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions internal/testing/deploywebsite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# the website. Now we'll need a separate clone of go-cloud, with the gh-pages
# branch checked out:
#
# git clone git@github.com:google/go-cloud.git GH-PAGES-CLONE
# cd GH-PAGES-CLONE
# git co gh-pages
# git clone git@github.com:google/go-cloud.git GH-PAGES-CLONE
# cd GH-PAGES-CLONE
# git co gh-pages
#
# This should have the contents of the website (configured in
# https://github.com/google/go-cloud/settings/pages).
Expand All @@ -44,10 +44,3 @@
# fqdn: gocloud.dev
# skip-cleanup: true
# local-dir: internal/website/public

# To do this manually:
#
# Invoke the `hugo` command manually (after installing `hugo`).
# Separately check out the gh-pages branch of this repository.
# Overwrite the contents of the branch with the public/ directory, and push
# to the branch.

0 comments on commit d6f90a4

Please sign in to comment.