Skip to content

Commit 17f23b7

Browse files
authored
Should update DIST repo too
1 parent cfa7807 commit 17f23b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wiki/Building_a_release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ Checking the compiled documentation
164164

165165
``` bash
166166
$ cd ~/repositories/DIST/docs/tutorial/
167+
$ git fetch origin
168+
$ git checkout gh-pages # should only be this one branch
169+
$ git rebase origin/gh-pages # get any changes
167170
$ cp ../../../biopython/Doc/biopdb_faq.pdf .
168171
$ cp ../../../biopython/Doc/Tutorial.html Tutorial-1.80.html
169172
$ cp ../../../biopython/Doc/Tutorial.pdf Tutorial-1.80.pdf

0 commit comments

Comments
 (0)