Skip to content

Bump gh-pages from 2.2.0 to 5.0.0 #11

Bump gh-pages from 2.2.0 to 5.0.0

Bump gh-pages from 2.2.0 to 5.0.0 #11

Workflow file for this run

name: Deploy on gh-pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: git config --global user.name github-actions
- run: git config --global user.email '[email protected]'
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- run: npm run deploy