File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ concurrency:
1717
1818jobs :
1919 build :
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
2424 with :
2525 persist-credentials : false
2626 - uses : awalsh128/cache-apt-pkgs-action@v1
2727 with :
28- packages : calibre rename
28+ packages : calibre
2929 - name : Install and Build
3030 run : |
3131 npm install
4646 environment :
4747 name : github-pages
4848 url : ${{ steps.deployment.outputs.page_url }}
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-24.04
5050 steps :
5151 - name : Deploy to GitHub Pages
5252 id : deployment
Original file line number Diff line number Diff line change 44
55jobs :
66 build :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-24.04
88 steps :
99 - name : Checkout
1010 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments