diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 76ca6078..f6f7c246 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,9 +17,6 @@ jobs: - name: Install Doxypypy run: sudo pip install doxypypy shell: bash - - name: Check what's wrong with the Doxypypy installation - run: doxypypy - shell: bash - name: Doxygen Deploy Action uses: DenverCoder1/doxygen-github-pages-action@v1.3.1 with: diff --git a/py_filter.sh b/py_filter.sh index cd050946..011759d3 100644 --- a/py_filter.sh +++ b/py_filter.sh @@ -1,2 +1,2 @@ -#!/bin/bash +#!/usr/bin/bash doxypypy -a -c -k $1 \ No newline at end of file