Skip to content

Commit

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

- uses: actions/checkout@v2

- name: Install Python
uses: actions/setup-python@v1
- uses: actions/checkout@v3
- 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 519dff3

Please sign in to comment.