Skip to content

Commit

Permalink
Update doc version number (#212)
Browse files Browse the repository at this point in the history
* Update doc version number

* Add automatic website building for `git tag` events
  • Loading branch information
FanwangM authored Sep 17, 2024
1 parent 2667859 commit ca148b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
push:
branches:
- main
tags:
# Trigger on version tags (e.g., v1.0.0)
- "v*.*.*"
- "*.*.*"
# Trigger on pre-release tags (e.g., v1.0.0-alpha.1)
- "v*.*.*-*"
- "*.*.*-*"
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.2"
version = "1.1.0"
# The full version, including alpha/beta/rc tags.
release = "1.0.2a2"
release = "1.1.0alpha"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit ca148b2

Please sign in to comment.