Skip to content

build(deps): bump jsdom from 16.4.0 to 16.7.0 (#547) #150

build(deps): bump jsdom from 16.4.0 to 16.7.0 (#547)

build(deps): bump jsdom from 16.4.0 to 16.7.0 (#547) #150

Workflow file for this run

name: Publish documentation to GH Pages
on:
push:
branches:
- 'master'
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- name: "Cache dependencies"
uses: actions/cache@v2
with:
path: docs/node_modules
key: ${{ runner.os }}build-node-${{ hashFiles('docs/yarn.lock') }}
restore-keys: ${{ runner.os }}-build-node-
- name: "Install documentation dependencies"
run: yarn --cwd docs install --frozen-lockfile
- name: "Build documentation"
run: yarn --cwd docs vuepress build .
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vuepress/dist
cname: vue-sliding-pagination.efrane.com