Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diem/move
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d44adc3298dd215c788f5b296e5789dba852a77b
Choose a base ref
..
head repository: diem/move
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1500740de5004cb25efaca7401462d322f2f5b2d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/ci-post-land.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
changes-pull-request-number: ${{ steps.changes.outputs.changes-pull-request-number }}
rust-changes: ${{ steps.rust-changes.outputs.changes-found }}
base-image-changes: ${{ steps.base-image-changes.outputs.changes-found }}
jobs:

generate-documentation:
name: Generate the Move Book using mdBook
runs-on: ubuntu-20.04