Skip to content

Commit

Permalink
Update CI [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jul 4, 2024
1 parent 5eb50ef commit 6faf985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: viash-io/viash-actions/pro/generate-documentation-qmd@v6
with:
project_directory: openpipelines
src: ./
src: src
query: '^(?!workflows)'
output_dir: ../website/components/modules/
dest_path: "{namespace}/{name}.qmd"
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: viash-io/viash-actions/pro/generate-documentation-qmd@v6
with:
project_directory: openpipelines
src: ./
src: src
query: '^workflows'
output_dir: ../website/components/workflows/
dest_path: "{namespace}/{name}.qmd"
Expand Down

0 comments on commit 6faf985

Please sign in to comment.