phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Stabilize the documentation building workflow #139

Closed ielis closed 1 year ago

ielis commented 1 year ago

As of now, the documentation building workflow pages.yml uses Path-lister-action GitHub action for getting path to the phenopacket-tools JAR file Get CLI JAR file. However, this is likely an overkill since we just need to find a path to a certain JAR file. Moreover, the action sets the results in a manner scheduled for deprecation.

We need to fix the Get CLI JAR file step and find the path to the executable JAR by shell. See Environment-files for more guidance.

ielis commented 1 year ago

Done