Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
default_os: ${{ fromJson(steps.os.outputs.version)[0] }}
steps:
- id: rust
run: echo 'version=["1.81", "1.82"]' >> "$GITHUB_OUTPUT"
run: echo 'version=["1.81", "1.82", "1.83", "1.84", "1.85", "1.86"]' >> "$GITHUB_OUTPUT"
# FIXME: currently not available for 5.0.0.
# It might be related to boxroot dependency, and we would need to bump
# up the ocaml-rs dependency
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Rerun doc generation with different args and copy into book directory
if: >-
github.event_name == 'push' &&
github.event_name == 'push' &&
github.ref == 'refs/heads/master' &&
matrix.rust_toolchain_version == needs.define-matrix.outputs.default_rust_version &&
matrix.os == needs.define-matrix.outputs.default_os
Expand All @@ -171,7 +171,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
if: >-
github.event_name == 'push' &&
github.event_name == 'push' &&
github.ref == 'refs/heads/master' &&
matrix.rust_toolchain_version == needs.define-matrix.outputs.default_rust_version &&
matrix.os == needs.define-matrix.outputs.default_os
Expand Down
Loading
Loading