Skip to content

CI

CI #982

Workflow file for this run

name: CI
on:
push:
workflow_dispatch:
repository_dispatch:
schedule:
- cron: '0 5 * * *'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Fetch
run: |
bin/fetch.sh
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: public