mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #62 from IT4Change/fix-deploy-workflow
fix(workflow): fix deploy workflow
This commit is contained in:
commit
459f09e289
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: build test CI
|
||||
|
||||
on: [ push, pull_request_target ]
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: lint test CI
|
||||
|
||||
on: [ push, pull_request_target ]
|
||||
on: pull_request_target
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
6
.github/workflows/vuepress-deploy.yml
vendored
6
.github/workflows/vuepress-deploy.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup Node 19
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '19'
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@v1.8.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user