summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2021-04-01 10:30:57 -0700
committerGitHub <noreply@github.com>2021-04-01 10:30:57 -0700
commit49b878d8f5cd70424fbc26976e19cddeeb88e6cc (patch)
treed88354e25cb26d2488be11fe1218b0a6c0ca8fb0
parentd0ba75e6dc7e88bf9242ec433a38aba8c085482e (diff)
parent1ae6f362e1a2a46f8d7d441c2db1db3d0c42903b (diff)
Merge pull request #4529 from dhalbert/6.2.x-rearrange-ci-task6.2.x
clone repo before installing deps
-rw-r--r--.github/workflows/create_website_pr.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/create_website_pr.yml b/.github/workflows/create_website_pr.yml
index a66bb161c..97c543da0 100644
--- a/.github/workflows/create_website_pr.yml
+++ b/.github/workflows/create_website_pr.yml
@@ -16,6 +16,10 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
+ - uses: actions/checkout@v2.2.0
+ with:
+ submodules: true
+ fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
@@ -27,10 +31,6 @@ jobs:
run: |
gcc --version
python3 --version
- - uses: actions/checkout@v2.2.0
- with:
- submodules: true
- fetch-depth: 0
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
- name: CircuitPython version
run: git describe --dirty --tags