Skip to content

Commit

Permalink
Update MkDoxy-demo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Jun 19, 2024
1 parent bf58ed5 commit c5e3017
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/mkdoxy-test-demos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
python -m pip install -e ".[dev]"
sudo apt-get install doxygen
- name: Clone test repo
run: git clone https://github.com/JakubAndrysek/MkDoxy-demo.git demo
run: |
git clone https://github.com/JakubAndrysek/MkDoxy-demo.git demo
git checkout core-update
- name: Build docs
run: |
cd demo
Expand Down
24 changes: 14 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5e3017

Please sign in to comment.