Skip to content

Commit

Permalink
Use gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kidd committed Jul 19, 2021
1 parent 6ef3b5f commit 75ff7f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build
on:
pull_request:
push:
schedule:
- cron: '0 2 * * *'
jobs:
build:
name: build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- run: "${GITHUB_WORKSPACE}/dash-to-dash.sh"
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.

0 comments on commit 75ff7f8

Please sign in to comment.