Skip to content

build(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /presenter #305

build(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /presenter

build(deps-dev): bump typescript from 5.4.5 to 5.6.3 in /presenter #305

Workflow file for this run

name: "dreammall:deploy:docs to github"
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.3
with:
node-version-file: './.tool-versions'
- name: vuepress-deploy
uses: IT4Change/vuepress-build-and-deploy@19811ceb94c74ca2b49def1b7afdfe27135276b8 # v1.9.0
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"