Skip to content

Commit 33a77f7

Browse files
committed
ci: fix workflows fails
1 parent 17fbff6 commit 33a77f7

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
jobs:
1515
deploy:
16+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1617
environment:
1718
name: github-pages
1819
url: ${{ steps.deployment.outputs.page_url }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"commitfmt": "^1.0.0",
6161
"eslint": "^8.57.0",
6262
"js2me-eslint-config": "^1.0.6",
63-
"js2me-exports-post-build-script": "^3.0.4",
63+
"js2me-exports-post-build-script": "^3.0.5",
6464
"jsdom": "^25.0.1",
6565
"lefthook": "^1.11.13",
6666
"nodemon": "^3.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)