diff --git a/.github/workflows/mkdoxy-test-demos.yaml b/.github/workflows/mkdoxy-test-demos.yaml
index 650454a8..25e45329 100644
--- a/.github/workflows/mkdoxy-test-demos.yaml
+++ b/.github/workflows/mkdoxy-test-demos.yaml
@@ -1,6 +1,6 @@
name: MkDoxy test build demos with all supported python versions
-on: [push]
+on: [push, pull_request]
jobs:
build:
@@ -25,7 +25,8 @@ jobs:
sudo apt-get install doxygen
- name: Clone test repo
run: git clone https://github.com/JakubAndrysek/MkDoxy-demo.git demo
- - name: Change directory
- run: cd demo
- name: Build docs
- run: mkdocs build --clean --verbose
\ No newline at end of file
+ run: |
+ cd demo
+ python -m pip install -r requirements.txt
+ mkdocs build --clean --verbose
\ No newline at end of file
diff --git a/.github/workflows/mkdoxy-test-repo.yaml b/.github/workflows/mkdoxy-test-repo.yaml
index b034f69e..b607a86c 100644
--- a/.github/workflows/mkdoxy-test-repo.yaml
+++ b/.github/workflows/mkdoxy-test-repo.yaml
@@ -1,6 +1,6 @@
name: MkDoxy build all supported Python versions
-on: [push]
+on: [push, pull_request]
jobs:
build:
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 13e6ab2d..2fe7f2eb 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,6 +5,8 @@
+
+
@@ -272,6 +274,8 @@
+
+
1674630349699
@@ -441,7 +445,14 @@
1689593119646
-
+
+ 1689777297262
+
+
+
+ 1689777297262
+
+
@@ -513,22 +524,22 @@
file://$PROJECT_DIR$/mkdoxy/generatorBase.py
- 77
+ 82
file://$PROJECT_DIR$/mkdoxy/DoxyTagParser.py
- 40
+ 41
file://$PROJECT_DIR$/mkdoxy/DoxyTagParser.py
- 20
+ 21
file://$PROJECT_DIR$/mkdoxy/DoxyTagParser.py
- 33
+ 34
@@ -552,7 +563,7 @@
-
+