Skip to content

Commit 3283bc8

Browse files
committed
Adding checkout action because deploy pages requires it.
1 parent 2817c09 commit 3283bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
needs: docs_build
5353
runs-on: ubuntu-latest
5454
steps:
55+
- uses: actions/checkout@v2
56+
5557
- name: Set up Python
5658
uses: actions/setup-python@v1
5759
with:

0 commit comments

Comments
 (0)