Skip to content

Commit

Permalink
Add '|" for multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed May 11, 2024
1 parent 235839c commit 8c4e8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
shell: bash

- name: Generate Doxygen Documentation
run:
run: |
cd docs
cd doxygen
doxygen doxygen.cfg
shell: bash

- name: Create .nojekyll
run:
run: |
cd ..
touch html/.nojekyll
shell: bash
Expand Down

0 comments on commit 8c4e8d1

Please sign in to comment.