8000 clone repo before installing deps · domdfcoding/circuitpython@1ae6f36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ae6f36

Browse files
microdev1dhalbert
authored andcommitted
clone repo before installing deps
closes adafruit#4524
1 parent d0ba75e commit 1ae6f36

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