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.
2 parents e9ee3d5 + 584056c commit ef2ca84Copy full SHA for ef2ca84
.github/workflows/deploy.yml
@@ -17,15 +17,15 @@ concurrency:
17
18
jobs:
19
build:
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
24
with:
25
persist-credentials: false
26
- uses: awalsh128/cache-apt-pkgs-action@v1
27
28
- packages: calibre rename
+ packages: calibre
29
- name: Install and Build
30
run: |
31
npm install
@@ -46,7 +46,7 @@ jobs:
46
environment:
47
name: github-pages
48
url: ${{ steps.deployment.outputs.page_url }}
49
50
51
- name: Deploy to GitHub Pages
52
id: deployment
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
5
6
7
8
9
10
0 commit comments