Create deploy-pages.yml

This commit is contained in:
amphineko 2020-02-14 12:30:19 +08:00 committed by GitHub
parent 9dc4de6ae4
commit cd596a5be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/deploy-pages.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Deploy to GitHub Pages
on:
push:
branches:
- master
- deploy-action
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Invoke Webpack build
run: |
npm install .
npm run build