mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-27 02:43:28 +00:00
Fix check for older branches patches
This commit is contained in:
parent
adc5080a91
commit
7a01a7a550
2
.github/workflows/pages.yaml
vendored
2
.github/workflows/pages.yaml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
v_minor="$(echo "$ref" | cut -d. -f2)"
|
||||
v_patch="$(echo "$ref" | cut -d. -f3)"
|
||||
|
||||
[[ $v_major -gt 10 ]] && exit
|
||||
[[ $v_minor -gt 10 ]] && exit
|
||||
|
||||
mkdir -p ${{ github.workspace }}/.github
|
||||
curl https://raw.githubusercontent.com/bazel-contrib/rules_foreign_cc/main/.github/docs-${{ matrix.ref }}.patch > ${{ github.workspace }}/.github/docs-${{ matrix.ref }}.patch
|
||||
|
|
Loading…
Reference in a new issue