Skip to content

add Supermodel Roles vocab #28

add Supermodel Roles vocab

add Supermodel Roles vocab #28

Workflow file for this run

name: Publish GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: ./.venv
- name: Install Python dependencies
run: poetry install --no-root
- name: run script
run: |
pushd ./scripts
poetry run python export_prefixes.py
popd
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./gh-pages