Skip to content

Merge pull request #68 from amphineko/dependabot/npm_and_yarn/express… #25

Merge pull request #68 from amphineko/dependabot/npm_and_yarn/express…

Merge pull request #68 from amphineko/dependabot/npm_and_yarn/express… #25

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
- deploy-action
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Invoke Webpack build
run: |
npm install .
npm run build
- name: Invoke Deployment
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
uses: JamesIves/[email protected]