Skip to content

Commit 793ba49

Browse files
committed
Copy custom.css to each version's build in the documentation workflow
1 parent 865058f commit 793ba49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
pip uninstall -y ipctk
6868
git checkout $HEAD
6969
cp source/_static/versions.json build/html/
70+
# Copy the custom.css to each version's build
71+
for version in $(git tag -l); do
72+
cp source/_static/css/custom.css build/html/$version/_static/css/
73+
done
7074
cd ..
7175
7276
- name: Build ipctk

0 commit comments

Comments
 (0)