Skip to content

Commit

Permalink
Merge pull request #4529 from dhalbert/6.2.x-rearrange-ci-task
Browse files Browse the repository at this point in the history
clone repo before installing deps
  • Loading branch information
tannewt authored Apr 1, 2021
2 parents d0ba75e + 1ae6f36 commit 49b878d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_website_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 49b878d

Please sign in to comment.