We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc5080 commit 7a01a7aCopy full SHA for 7a01a7a
.github/workflows/pages.yaml
@@ -52,7 +52,7 @@ jobs:
52
v_minor="$(echo "$ref" | cut -d. -f2)"
53
v_patch="$(echo "$ref" | cut -d. -f3)"
54
55
- [[ $v_major -gt 10 ]] && exit
+ [[ $v_minor -gt 10 ]] && exit
56
57
mkdir -p ${{ github.workspace }}/.github
58
curl https://raw.githubusercontent.com/bazel-contrib/rules_foreign_cc/main/.github/docs-${{ matrix.ref }}.patch > ${{ github.workspace }}/.github/docs-${{ matrix.ref }}.patch
0 commit comments