Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Update sync-push.yml #6

Update sync-push.yml

Update sync-push.yml #6

Workflow file for this run

name: CheckPush-Website
on:
push:
branches:
- master
paths-ignore:
- README.md
- LICENSE
- .github/*
- .gitattributes
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@master
with:
node-version: ${{ matrix.node-version }}
- name: Build and Deploy
uses: jenkey2011/vuepress-deploy@master
with:
node-version: ${{ matrix.node-version }}
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: HaoduStudio/website
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: docs/.vuepress/dist/
COMMIT_MESSAGE: Auto Deploy Success
CNAME: dailynotes.top