CI: fix the document action for divergent branches.
This was never intended to merge anything.
This commit is contained in:
parent
7d99981d57
commit
8af90620c0
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
@ -60,9 +60,9 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Pull tags from upstream repository
|
- name: Fetch tags from upstream repository
|
||||||
run: |
|
run: |
|
||||||
git pull --tags https://github.com/amaranth-lang/amaranth.git
|
git fetch --tags https://github.com/amaranth-lang/amaranth.git
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue