Skip to content

Commit

Permalink
update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Dec 6, 2024
1 parent 9f3be6b commit 73cf472
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/docker-build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,23 @@ concurrency:
cancel-in-progress: true

jobs:
updateNotebooks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install --legacy-peer-deps
- name: Update Notebooks
run: node updatenotebooks.js
- name: commit and push
uses: stefanzweifel/git-auto-commit-action@v5
docker:
needs: updateNotebooks
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 22
- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps
- name: Update Notebooks
run: node updatenotebooks.js
- name: commit and push
Expand Down

0 comments on commit 73cf472

Please sign in to comment.