Skip to content

Merge pull request #60 from thkoch2001/patch-2 #61

Merge pull request #60 from thkoch2001/patch-2

Merge pull request #60 from thkoch2001/patch-2 #61

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Node 19
uses: actions/setup-node@v3

Check failure on line 16 in .github/workflows/vuepress-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vuepress-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
with:
node-version: '19'
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@v1.8.1
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: IT4Change/IT4C.dev
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build
BUILD_DIR: docs/.vuepress/dist
CNAME: https://www.it4c.dev