mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
10
.github/workflows/continuous-integration.yaml
vendored
10
.github/workflows/continuous-integration.yaml
vendored
@@ -43,6 +43,16 @@ jobs:
|
||||
if: ${{ success() && !cancelled() }}
|
||||
run: |
|
||||
make pcc
|
||||
- name: Build docs
|
||||
id: docs
|
||||
if: ${{ success() && !cancelled() }}
|
||||
run: |
|
||||
make docs
|
||||
- name: Archive docs artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: html-docs
|
||||
path: docs/_build/html
|
||||
- name: Slack Notification
|
||||
if: ${{ always() }}
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
|
||||
Reference in New Issue
Block a user