Skip to content

Commit

Permalink
docs: publish v1.0.0 docs as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Jan 11, 2021
1 parent 23f74a1 commit 6fd7ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release docs

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -12,7 +13,7 @@ jobs:
name: Release docs
runs-on: ubuntu-latest
env:
LATEST_VERSION: master
LATEST_VERSION: v1.0.0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def setup(sphinx):

# -- Options for multiversion extension ----------------------------------
# Whitelist pattern for tags (set to None to ignore all tags)
TAGS = []
TAGS = ['v0.3.0', 'v1.0.0$']
smv_tag_whitelist = multiversion_regex_builder(TAGS)
# Whitelist pattern for branches (set to None to ignore all branches)
BRANCHES = ['master']
Expand Down

0 comments on commit 6fd7ea1

Please sign in to comment.