Skip to content

Commit

Permalink
why is ci bash not understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann committed Feb 12, 2024
1 parent d16dec3 commit ff81aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: Install Dependencies
run: |
bash eval BUILD_DOCU=true .github/workflows/install_dependencies.sh
export BUILD_DOCU=true
bash .github/workflows/install_dependencies.sh
- name: Build Documentation and Test
run: |
Expand Down

0 comments on commit ff81aeb

Please sign in to comment.