Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rugonzs committed Jun 3, 2023
1 parent 5d940ea commit 57c0d6c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: self-hosted
steps:

- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- uses: actions/checkout@v2

- name: Install Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: 3.8

- name: Install requirements
run: |
Expand Down

0 comments on commit 57c0d6c

Please sign in to comment.