Skip to content

Commit

Permalink
new doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rugonzs committed Jun 3, 2023
1 parent e34eea2 commit f05b2a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
steps:

- uses: actions/checkout@v3

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

- name: Install requirements
run: |
Expand Down

0 comments on commit f05b2a9

Please sign in to comment.