Skip to content

Commit

Permalink
Révision des noms dans le workflow make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge authored Jan 29, 2025
1 parent 1eef06c commit 3e59dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build exercise and solution notebooks
name: Make exercise and solution notebooks

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- 'src/**'

jobs:
make:
make_notebooks:
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
Expand All @@ -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
Expand Down

0 comments on commit 3e59dcc

Please sign in to comment.