Skip to content

Commit

Permalink
Merge pull request yogstation13#8 from T6751/autodeploy
Browse files Browse the repository at this point in the history
deploy.yml
  • Loading branch information
SpaiR authored Feb 26, 2021
2 parents 8c73343 + b02e1d1 commit 65715a8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Build 🔧
run: |
npm install
gulp
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.

0 comments on commit 65715a8

Please sign in to comment.