Skip to content

Commit

Permalink
Back to link
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Jan 22, 2024
1 parent 7de637a commit 4cb9f2a
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 @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Documentation builder action
run: cd doc && make html && cd .. && mv ./doc/build/html/* ./docs/
run: cd doc && make html && cd ..
- name: GIT commit and push documentation
env:
CI_COMMIT_MESSAGE: Continuous Integration documentation update
Expand Down

0 comments on commit 4cb9f2a

Please sign in to comment.