Skip to content

Merge branch 'master' into update-packages-backend-09-04 #132

Merge branch 'master' into update-packages-backend-09-04

Merge branch 'master' into update-packages-backend-09-04 #132

Workflow file for this run

name: "dreammall:deploy:docs to github"
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:

Check failure on line 12 in .github/workflows/deploy.docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
runs-on: ubuntu-latest
steps:
- name: Set Node version
uses: actions/setup-node@v4
with:
node-version: '>=21'
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#TARGET_REPO: username/repo
#TARGET_BRANCH: master
BUILD_SCRIPT: npm install && npm run docs:build
BUILD_DIR: build/docs/
VUEPRESS_BASE: "dreammall.earth"