8000 Merge pull request #4529 from dhalbert/6.2.x-rearrange-ci-task · domdfcoding/circuitpython@49b878d · GitHub
[go: up one dir, main page]

Skip to content

Commit 49b878d

Browse files
authored
Merge pull request adafruit#4529 from dhalbert/6.2.x-rearrange-ci-task
clone repo before installing deps
2 parents d0ba75e + 1ae6f36 commit 49b878d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create_website_pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
env:
1717
GITHUB_CONTEXT: ${{ toJson(github) }}
1818
run: echo "$GITHUB_CONTEXT"
19+
- uses: actions/checkout@v2.2.0
20+
with:
21+
submodules: true
22+
fetch-depth: 0
1923
- name: Set up Python 3.8
2024
uses: actions/setup-python@v1
2125
with:
@@ -27,10 +31,6 @@ jobs:
2731
run: |
2832
gcc --version
2933
python3 --version
30-
- uses: actions/checkout@v2.2.0
31-
with:
32-
submodules: true
33-
fetch-depth: 0
3434
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
3535
- name: CircuitPython version
3636
run: git describe --dirty --tags

0 commit comments

Comments
 (0)
0