Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Jan 22, 2024
1 parent 67297d4 commit b1836e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Documentation builder action
run: cd doc && rm -rf build && make html && cd .. && touch ./doc//build/html/.nojekyll
run: cd doc && rm -rf build && make html && cd .. && touch ./doc/build/html/.nojekyll
- name: GIT commit and push documentation
env:
CI_COMMIT_MESSAGE: Continuous Integration documentation update
Expand Down

0 comments on commit b1836e3

Please sign in to comment.