Skip to content

Commit

Permalink
CI: Fix doc deployment
Browse files Browse the repository at this point in the history
Need to use 3.9 until we have a 3.10 build.
  • Loading branch information
dopplershift committed Feb 2, 2022
1 parent 0a04ec5 commit da5d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Download doc build
uses: actions/download-artifact@v2
with:
name: Linux-3.10-docs
name: Linux-3.9-docs
path: ./docs/build/html

# This overrides the version "dev" with the proper version if we're building off a
Expand Down

0 comments on commit da5d390

Please sign in to comment.