Skip to content

Commit 503a3f0

Browse files
Bump docs version
1 parent ed0542b commit 503a3f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build_docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Commit documentation changes
2525
run: |
2626
git clone https://github.com/robbievanleeuwen/concrete-properties.git --branch gh-pages --single-branch gh-pages
27-
# mkdir gh-pages/0.2.3
28-
# cp -r docs/build/html/* gh-pages/0.2.3
29-
cp -r docs/build/html/* gh-pages/
27+
mkdir gh-pages/0.3.0
28+
cp -r docs/build/html/* gh-pages/0.3.0
29+
# cp -r docs/build/html/* gh-pages/
3030
cd gh-pages
3131
touch .nojekyll
3232
git config --local user.email "action@github.com"

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
"navbar_start": ["navbar-logo", "version-switcher"],
121121
"switcher": {
122122
"json_url": json_url,
123-
"version_match": "latest",
124-
# "version_match": release,
123+
# "version_match": "latest",
124+
"version_match": release,
125125
},
126126
}
127127

0 commit comments

Comments
 (0)