File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
python -m pip install -e ".[dev]"
25
25
sudo apt-get install doxygen
26
26
- name : Clone test repo
27
- run : git clone https://github.com/JakubAndrysek/MkDoxy-demo.git demo
27
+ run : git clone --branch core-update https://github.com/JakubAndrysek/MkDoxy-demo.git demo
28
28
- name : Build docs
29
29
run : |
30
30
cd demo
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class MkDoxyConfigProject(Config):
47
47
doxy_config_default = c .Type (bool , default = True )
48
48
doxy_config_file = c .Optional (c .Type (Path ))
49
49
doxy_config_file_force = c .Type (bool , default = False )
50
- custom_template_dir = c .Optional (c .Type (Path ))
50
+ custom_template_dir = c .Optional (c .Type (str ))
51
51
52
52
53
53
class MkDoxyConfig (Config ):
You can’t perform that action at this time.
0 commit comments