Skip to content

Commit cb776a2

Browse files
authored
Merge pull request #29 from QuLogic/mghc-branch
Use consistent branch for matplotlib.github.com
2 parents 7ece9a4 + d0e5111 commit cb776a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

matplotlib.org.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@
164164
ansible.builtin.git:
165165
repo: "https://github.com/matplotlib/{{ item }}"
166166
dest: "/usr/share/caddy/{{ item }}"
167-
version: gh-pages
167+
version: >-
168+
{{
169+
(item == 'matplotlib.github.com') | ternary('main', 'gh-pages')
170+
}}
168171
loop: "{{ repos }}"
169172

170173
# Caddy server setup

0 commit comments

Comments
 (0)