Skip to content

Deploy Metadata Webtool #97

Deploy Metadata Webtool

Deploy Metadata Webtool #97

Workflow file for this run

name: Deploy Metadata Webtool
on:
push:
branches:
- master
schedule:
- cron: '53 22 * * *'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Refresh Data
run: python refresh_datajs.py
- name: Deploy
uses: JamesIves/[email protected]
with:
folder: static
branch: gh-pages