fix cd
This commit is contained in:
parent
75bf67f66c
commit
3314d62012
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
|||
deploy:
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue