Skip to content

params: add initial param file for rover 4.5 #53

params: add initial param file for rover 4.5

params: add initial param file for rover 4.5 #53

Workflow file for this run

name: Consolidate and Deploy
on:
push:
branches:
- master
pull_request:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build manifest
run: |
python consolidate.py
mkdir build
mv params* build/
mv scripts* build/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
if: github.event_name != 'pull_request'