Skip to content

Refactor repository & add iso639-1 #1

Refactor repository & add iso639-1

Refactor repository & add iso639-1 #1

Workflow file for this run

name: Test and Deploy
on:
push:
branches: [ main ]
jobs:
build-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v3

Check failure on line 15 in .github/workflows/test-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
with:
python-version: 3.9
architecture: x64
- name: Install owlready2
run: pip3 install git+https://github.com/csse-uoft/owlready2.git
- name: Test ontologies
run: python -m src.main
- name: Deploy Ontologies to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./ontologies