Skip to content

fix docs deployment. (#257) #1004

fix docs deployment. (#257)

fix docs deployment. (#257) #1004

Workflow file for this run

name: Stackinator CI
on: [push, pull_request]
jobs:
unittestpy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Generic Unittests
run: |
./test_stackinator.py