Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Dec 16, 2021
1 parent 0c702dd commit 1f4f0c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

1 comment on commit 1f4f0c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.