File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ concurrency:
17
17
18
18
jobs :
19
19
build :
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04
21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
24
24
with :
25
25
persist-credentials : false
26
26
- uses : awalsh128/cache-apt-pkgs-action@v1
27
27
with :
28
- packages : calibre rename
28
+ packages : calibre
29
29
- name : Install and Build
30
30
run : |
31
31
npm install
46
46
environment :
47
47
name : github-pages
48
48
url : ${{ steps.deployment.outputs.page_url }}
49
- runs-on : ubuntu-latest
49
+ runs-on : ubuntu-24.04
50
50
steps :
51
51
- name : Deploy to GitHub Pages
52
52
id : deployment
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-latest
7
+ runs-on : ubuntu-24.04
8
8
steps :
9
9
- name : Checkout
10
10
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments