Skip to content

deploy optimade.science #10

deploy optimade.science

deploy optimade.science #10

name: deploy optimade.science
on:
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: tilde-lab/optimade.science
- name: Install
run: |
npm install
- name: Prefetch providers
run: |
npm run prefetch
- name: Build
run: |
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist