Skip to content

Commit 2c27d7c

Browse files
authored
Rename workflow and its jobs
1 parent b8f91f6 commit 2c27d7c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build IGA-Python Jupyter Book
1+
name: IGA-Python Jupyter Book
22

33
on:
44
push:
@@ -7,23 +7,20 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
build_book:
10+
build:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: true
1414
matrix:
1515
include:
1616
- os: ubuntu-24.04
1717
python-version: '3.12'
18-
1918
- os: macos-15
2019
python-version: '3.12'
21-
20+
name: build [${{ matrix.os }} / Python ${{ matrix.python-version }}]
2221
env:
2322
FC: gfortran-14
2423

25-
name: ${{ matrix.os }} / Python ${{ matrix.python-version }}
26-
2724
steps:
2825
- uses: actions/checkout@v4
2926

@@ -88,7 +85,7 @@ jobs:
8885
with:
8986
path: '_build/html'
9087

91-
deploy_book:
88+
deploy:
9289
if: github.event_name != 'pull_request'
9390
needs: build_book
9491
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)