Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Mention that the .nojekyll file doesn't get deleted.
  • Loading branch information
bewuethr committed Sep 9, 2022
1 parent 3c061d8 commit 649a142
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ installed, they should tab-autocomplete.
### `pbb deploy`

- Checks out the `master` branch
- Deletes everything but the `artifacts` directory (and the `CNAME` file, if
you have one)
- Deletes everything but the `artifacts` directory (and the `CNAME` and
`.nojekyll` files, if they exist)
- Copies the contents of `artifacts` into the repository root directory
- Adds, commits and pushes everything to the remote
- Checks out the previous branch
4 changes: 3 additions & 1 deletion man/pbb.1
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ This checks out the \*(lqmaster\*(rq branch, deletes everything except the
.I artifacts
directory (and the
.I CNAME
file, if you have one), copies the contents of
and
.I .nojekyll
files, if they exist), copies the contents of
.I artifacts
into the root directory and pushes to the configured remote.
Afterwards, the previous branch is checked out again.
Expand Down

0 comments on commit 649a142

Please sign in to comment.