Skip to content

Add additional seeds from LG ENG Sheet #25

Add additional seeds from LG ENG Sheet

Add additional seeds from LG ENG Sheet #25

Workflow file for this run

name: Build and Deploy
on: [push, workflow_dispatch]
permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python 3.10
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install and Build
run: |
bash build.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./build/ # The folder the action should deploy.