Skip to content

Commit

Permalink
[CI] Release bundle tutorials and welcome [1.6.x] (#5301)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniels290813 committed Mar 19, 2024
1 parent b7ac5ef commit 7e4d7e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Expand Up @@ -264,7 +264,10 @@ jobs:
- uses: actions/checkout@v3
- name: Create tutorials tar
run: |
tar -cvf mlrun-tutorials.tar docs/tutorials
wget -c https://github.com/v3io/tutorials/blob/mlrun-release-stable/welcome.ipynb -P docs
wget -c https://github.com/v3io/tutorials/blob/mlrun-release-stable/README.md -P docs
tar -cvf mlrun-tutorials.tar docs/tutorials docs/README.md docs/welcome.ipynb
rm -rf docs/welcome.ipynb docs/README.md
- name: Add tutorials tar to release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 7e4d7e2

Please sign in to comment.