Skip to content

Commit

Permalink
Adding checkout action because deploy pages requires it.
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 3, 2022
1 parent 2817c09 commit 3283bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
needs: docs_build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 3283bc8

Please sign in to comment.