From 3e59dcc2d7c4990657aed82d9e33cacfc75a34c2 Mon Sep 17 00:00:00 2001 From: Pier-Luc St-Onge Date: Wed, 29 Jan 2025 11:50:15 -0500 Subject: [PATCH] =?UTF-8?q?R=C3=A9vision=20des=20noms=20dans=20le=20workfl?= =?UTF-8?q?ow=20make.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/make.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index bc8f97a..58a0ff8 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,4 +1,4 @@ -name: Build exercise and solution notebooks +name: Make exercise and solution notebooks on: push: @@ -8,7 +8,7 @@ on: - 'src/**' jobs: - make: + make_notebooks: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout @@ -21,7 +21,7 @@ jobs: with: python-version: '3.11' - - name: Rebuild the final notebooks + - name: Rebuild all final notebooks run: | python make.py -r