Skip to content

Commit 156ba3c

Browse files
use mike set-default to configure latest version
1 parent 0e87d4e commit 156ba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Please file your bug reports, enhancement requests, questions and other support
4646
2. [Fork this respository](https://github.com/trivadis/plsql-and-sql-coding-guidelines/fork)
4747
3. Check/change the version in [mkdocs.yml](mkdocs.yml)
4848
4. Open a terminal in the [tools](tools) folder
49-
* Deploy default site (deletes all version sites)
50-
run `./gh-deploy.sh`
5149
* Deploy version site
5250
run `./mike.sh deploy <version>`. `<version>` represents the folder name, e.g. `master` or `v3.4`.
51+
* Set default version (redirect to chosen `<version>`, should be latest)
52+
run `./mike.sh set-default <version>`.
5353
* Build the PDF file
5454
run `./genpdf.sh`.
5555
5. `commit` changes and `push` all branches.

0 commit comments

Comments
 (0)