Skip to content

Commit

Permalink
Bump docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Aug 5, 2022
1 parent ed0542b commit 503a3f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Commit documentation changes
run: |
git clone https://github.com/robbievanleeuwen/concrete-properties.git --branch gh-pages --single-branch gh-pages
# mkdir gh-pages/0.2.3
# cp -r docs/build/html/* gh-pages/0.2.3
cp -r docs/build/html/* gh-pages/
mkdir gh-pages/0.3.0
cp -r docs/build/html/* gh-pages/0.3.0
# cp -r docs/build/html/* gh-pages/
cd gh-pages
touch .nojekyll
git config --local user.email "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"navbar_start": ["navbar-logo", "version-switcher"],
"switcher": {
"json_url": json_url,
"version_match": "latest",
# "version_match": release,
# "version_match": "latest",
"version_match": release,
},
}

Expand Down

0 comments on commit 503a3f0

Please sign in to comment.