Skip to content

Commit

Permalink
fix CI for cljdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Oct 12, 2023
1 parent 63697a5 commit 4f1c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
name: todomvc-example-build-report
path: examples/todomvc/target/build-report.html
- name: Verify cljdoc Configuration
run: curl -fsSL https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn | bash -s doc/cljdoc.edn
run: curl -fsSL https://raw.githubusercontent.com/cljdoc/cljdoc/master/script/verify-cljdoc-edn | bash -s docs/cljdoc.edn
- name: Slack notification
uses: homoluctus/slatify@v2.0.1
if: failure() || cancelled()
Expand Down

0 comments on commit 4f1c487

Please # to comment.