Skip to content

Commit d5e79d0

Browse files
committed
Fix github action
1 parent dce5b0f commit d5e79d0

File tree

2 files changed

+2
-63
lines changed

2 files changed

+2
-63
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/rspress.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ name: Deploy Rspress site to Pages
66

77
on:
88
# Runs on pushes targeting the default branch
9-
# push:
10-
# branches: ["master"]
11-
workflow_run:
12-
workflows: ["Build with Emscripten"]
13-
types:
14-
- completed
9+
push:
10+
branches: ["master"]
1511

1612
# Allows you to run this workflow manually from the Actions tab
1713
workflow_dispatch:
@@ -36,7 +32,6 @@ defaults:
3632
jobs:
3733
# Build job
3834
build:
39-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
4035
runs-on: ubuntu-latest
4136
steps:
4237
- name: Checkout

0 commit comments

Comments
 (0)