Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic docs deployment to GitHub Pages #159

Merged
merged 7 commits into from
Nov 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI/CD: Try earlier Python version to fix flit build
Kennedy Ricardo authored and Kennedy Ricardo committed Nov 18, 2020
commit 15a92452c9cb4eb2c3b5a670a4697bf5a608b9c5
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -350,8 +350,8 @@ stages:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8.*'
displayName: 'use Python 3.8'
versionSpec: '3.7.*'
displayName: 'use Python 3.7'

- task: InstallSSHKey@0
inputs: