diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37fb3785..22a7cb52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,6 @@ jobs: jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter mkdir -p _build/html/_notebooks rsync -r _build/jupyter/ _build/html/_notebooks/ - - name: Save Build as Artifact - uses: actions/upload-artifact@v1 - with: - name: _build - path: _build - name: Copy Data Assets for Deployment shell: bash -l {0} run: |