mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
fix rebase
This commit is contained in:
parent
3b9d9e5f39
commit
a69bb161a9
5
.github/workflows/docs.yaml
vendored
5
.github/workflows/docs.yaml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release_docs:
|
release_docs:
|
||||||
permissions:
|
permissions:
|
||||||
@ -26,11 +27,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
||||||
with:
|
with:
|
||||||
<<<<<<< HEAD:.github/workflows/docs.yaml
|
|
||||||
go-version: '^1.22.2'
|
|
||||||
=======
|
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
>>>>>>> 4e305930 (fix: gh actions sha):.github/workflows/docs.yml
|
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
pip install -r docs/scripts/requirements.txt
|
pip install -r docs/scripts/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user