Merge pull request #62 from IT4Change/fix-deploy-workflow

fix(workflow): fix deploy workflow
This commit is contained in:
Ulf Gebhardt 2023-09-12 13:42:27 +02:00 committed by GitHub
commit 459f09e289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: build test CI
on: [ push, pull_request_target ]
on: pull_request_target
jobs:
build-test:

View File

@ -1,6 +1,6 @@
name: lint test CI
on: [ push, pull_request_target ]
on: pull_request_target
jobs:
build-test:

View File

@ -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