Skip to content

Commit

Permalink
Manually install odoc for docs building on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Apr 27, 2024
1 parent d4a2112 commit 6cf4118
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Here we use a low-level command. In real situation you don't have to
# but it is useful in CI as it split the log in GitHub UI.
# You can see at a glance if it is your projet or your deps that break.
# You can see at a glance if it is your project or your deps that break.
#
# We also use --release flag to build less.
# This allow us to spot syntax/type error more quickly.
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Build project
run: esy build

- name: Ensure reamde is up-to-date
- name: Ensure readme is up-to-date
run: node scripts/process-readme.js verify

# Here we cleanup if we have a cache fail because we use restore-keys.
Expand All @@ -89,6 +89,3 @@ jobs:
with:
name: orange_diff_generated
path: test/test-images

- name: Build docs
run: esy doc

0 comments on commit 6cf4118

Please sign in to comment.