diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 209b567..cfb2d53 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,9 @@ concurrency: jobs: build: - if: github.head_ref != 'release-please--branches--main' + if: | + github.head_ref != 'release-please--branches--main' && + !contains(github.event.head_commit.message, 'release-please--branches--main') runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bf90fed..36265cf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,9 @@ concurrency: jobs: build: - if: github.head_ref != 'release-please--branches--main' + if: | + github.head_ref != 'release-please--branches--main' && + !contains(github.event.head_commit.message, 'release-please--branches--main') runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/pyproject.toml b/pyproject.toml index c68b3f5..a8fc209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "supernote" -version = "1.4.1" +version = "1.5.0" license = "Apache-2.0" license-files = ["LICENSE"] description = "All-in-one toolkit for Supernote devices: parse notebooks, self-host services, access services" diff --git a/supernote/server/static/index.html b/supernote/server/static/index.html index 31a253a..62b321b 100644 --- a/supernote/server/static/index.html +++ b/supernote/server/static/index.html @@ -1,5 +1,5 @@ - + @@ -28,8 +28,8 @@ - -
+ +
@@ -90,10 +90,10 @@

Supernote

-
+