Skip to content

[Snyk] Security upgrade nuxt from 2.14.11 to 3.0.0 #873

[Snyk] Security upgrade nuxt from 2.14.11 to 3.0.0

[Snyk] Security upgrade nuxt from 2.14.11 to 3.0.0 #873

Workflow file for this run

name: Build GH Pages
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: yarn
- run: yarn build
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
CLEAN: true
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: docs/ # The folder the action should deploy.