Skip to content

Commit

Permalink
Merge pull request #194 from cisco-en-programmability/fmunozmiranda-p…
Browse files Browse the repository at this point in the history
…atch-1

Update docs.yml
  • Loading branch information
fmunozmiranda authored Oct 16, 2024
2 parents f35fa73 + 920ea21 commit 1a50886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
git config user.email "${GITHUB_ACTOR}@bots.github.com"
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- name: Install dependencies
run: make doc-setup
- name: Build docs
Expand Down

0 comments on commit 1a50886

Please sign in to comment.