Skip to content

Commit

Permalink
add converter build + deploy to website
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Jul 3, 2024
1 parent 6145f5f commit 1e66b82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
cd ..
- name: Clean up temporary files
run: rm -rf website/temp
- name: Build converter jar
run: cd mist/fr.lip6.converter && mvn install ; cp target/*.jar ../../website/ ; ls ../../website/
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
Expand Down

0 comments on commit 1e66b82

Please sign in to comment.