Skip to content

Commit

Permalink
ci: update mdbook-epub
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Apr 23, 2024
1 parent 409c232 commit cc3ecbc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/build-ebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ name: Build ebook
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
branches:
- "mdbook-epub"
paths:
- ".github/workflows/build-ebook.yaml"
- ".github/workflows/publish-release.yaml"
- ".releaserc"
- "src/**"
- "theme/**"
- "book.toml"
- "package.json"
- "pnpm-lock.yaml"

concurrency:
group: ebook-${{ github.workflow }}-${{ github.ref }}
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
];
};
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:Cryolitia/nixpkgs/mdbook-epub";

nur-cryolitia = {
url = "github:Cryolitia/nur-packages";
Expand Down

0 comments on commit cc3ecbc

Please sign in to comment.