From c7f35e9fa41e872db429e3b20a73b8fed009dbae Mon Sep 17 00:00:00 2001 From: iagorrr Date: Sun, 14 Jul 2024 14:54:18 -0300 Subject: [PATCH] updates notebook ci to include README --- .github/workflows/notebook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index 32d0adf4..ad8e416d 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -21,7 +21,7 @@ jobs: with: image: mateusvrs/cp-notebook:v1.0 # Thank you mateusvrs options: -w /usr/src/app -v ${{ github.workspace }}:/usr/src/app - run: make notebook + run: make notebook readme - name: Notebook Update - Auto Commit uses: stefanzweifel/git-auto-commit-action@v5