diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e57f58..c4143cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: uses: ./ # Uses an action in the root directory id: process with: - rootDir: './example' + rootDir: '.' + ignoredDirs: 'example/**' env: prpTitle: 'prp-preprocessor'