Skip to content

Merge pull request #38 from robot-education/development #1

Merge pull request #38 from robot-education/development

Merge pull request #38 from robot-education/development #1

name: pages-deploy
on:
push:
branches:
- main
workflow_dispatch:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.11.2"
- name: Install and Build
run: |
bash setup.sh
python3 -m build --production
make html
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/html # The folder the action should deploy.