Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever authored Oct 6, 2023
1 parent a51f9c0 commit 6085ca6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Run @aviarytech/tev2-hrgt
run: bun run tev2-hrgt glossaries/mrg*

- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: hrgt
path: default.html

deploy:
# Add a dependency to the build job
needs: build
Expand All @@ -50,3 +56,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: hrgt

0 comments on commit 6085ca6

Please sign in to comment.