Skip to content

Commit eac86c9

Browse files
update dependencies
1 parent d347d1f commit eac86c9

File tree

13 files changed

+1105
-793
lines changed

13 files changed

+1105
-793
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- solutions
78
pull_request:
89
branches:
910
- main
11+
- solutions
1012
workflow_dispatch:
1113
schedule:
1214
# First day of a month
13-
- cron: '0 0 1 * *'
15+
- cron: "0 0 1 * *"
1416

1517
jobs:
1618
build:
@@ -58,8 +60,7 @@ jobs:
5860
- name: Setup TeX Live
5961
uses: teatimeguest/setup-texlive-action@v3
6062
with:
61-
packages:
62-
scheme-basic
63+
packages: scheme-basic
6364
luatex
6465
lualatex-math
6566
luacolor
@@ -111,9 +112,9 @@ jobs:
111112
with:
112113
fail: true
113114
args: |
114-
--exclude-loopback
115-
--require-https
116-
--no-progress
115+
--exclude-loopback
116+
--require-https
117+
--no-progress
117118
book/book/html/
118119
# Upload the HTML book as an artifact
119120
- uses: actions/upload-artifact@v4
@@ -167,4 +168,4 @@ jobs:
167168
runs-on: ubuntu-latest
168169
steps:
169170
- uses: actions/checkout@v3
170-
- uses: dprint/check@v2.2
171+
- uses: dprint/check@v2.2

0 commit comments

Comments
 (0)