1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-30 05:39:12 +02:00

Use git url for website clone.

This commit is contained in:
David Steele 2019-05-24 07:41:55 -04:00
parent ec9622cde8
commit 04f8b4ea52

View File

@ -45,7 +45,7 @@ git push release-ci
## Clone web documentation into `doc/site`
```
cd doc
git clone https://github.com/pgbackrest/website.git site
git clone git@github.com:pgbackrest/website.git site
```
## Deploy web documentation to `doc/site`