Skip to content

CI: Building docs in GitHub actions #29874

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

Merged
merged 9 commits into from
Dec 30, 2019
Prev Previous commit
Next Next commit
Merging from master
  • Loading branch information
datapythonista committed Nov 30, 2019
commit 8fe1aed661c3d6b3acaa48da8baf93108f652860
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ jobs:
fi
if: true

- name: Publish benchmarks artifact
uses: actions/upload-artifact@master
with:
name: Benchmarks log
path: asv_bench/benchmarks.log
if: failure()

web_and_docs:
name: Web and docs
runs-on: ubuntu-latest
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.