Skip to content

Bump @vuepress/plugin-search from 2.0.0-rc.15 to 2.0.0-rc.18 in /docs #146

Bump @vuepress/plugin-search from 2.0.0-rc.15 to 2.0.0-rc.18 in /docs

Bump @vuepress/plugin-search from 2.0.0-rc.15 to 2.0.0-rc.18 in /docs #146

Workflow file for this run

name: Deploy to ghpages
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: worldline/ios-training
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: cd docs && npm ci && npm run build
BUILD_DIR: src/.vuepress/dist/