Skip to content

Commit 9fb658d

Browse files
committed
Attach adaptive theme to gh release with CI
1 parent 1200406 commit 9fb658d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release actions
1+
name: Release Actions
22

33
on:
44
release:
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
attach_usercss:
10-
name: attach user-css file
10+
name: Attach user-css file
1111
runs-on: "ubuntu-18.04"
1212
env:
13-
usercss_path: "./python_docs_dark.user.css"
13+
usercss_path: "./python_docs_*.user.css"
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)