Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LesterLyu committed Sep 14, 2023
1 parent 1471830 commit 2232982
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
build-frontend:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,6 +23,12 @@ jobs:
- name: Test ontologies
run: python -m src.main

deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Deploy Ontologies to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 2232982

Please sign in to comment.