Create deploy-pages.yml
This commit is contained in:
parent
9dc4de6ae4
commit
cd596a5be6
18
.github/workflows/deploy-pages.yml
vendored
Normal file
18
.github/workflows/deploy-pages.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user