We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f91f6 commit 2c27d7cCopy full SHA for 2c27d7c
.github/workflows/deploy-book.yml
@@ -1,4 +1,4 @@
1
-name: Build IGA-Python Jupyter Book
+name: IGA-Python Jupyter Book
2
3
on:
4
push:
@@ -7,23 +7,20 @@ on:
7
branches: [ master ]
8
9
jobs:
10
- build_book:
+ build:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
fail-fast: true
14
matrix:
15
include:
16
- os: ubuntu-24.04
17
python-version: '3.12'
18
-
19
- os: macos-15
20
21
+ name: build [${{ matrix.os }} / Python ${{ matrix.python-version }}]
22
env:
23
FC: gfortran-14
24
25
- name: ${{ matrix.os }} / Python ${{ matrix.python-version }}
26
27
steps:
28
- uses: actions/checkout@v4
29
@@ -88,7 +85,7 @@ jobs:
88
85
with:
89
86
path: '_build/html'
90
87
91
- deploy_book:
+ deploy:
92
if: github.event_name != 'pull_request'
93
needs: build_book
94
runs-on: ubuntu-24.04
0 commit comments