diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f4f6ae..7d98d94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,7 @@ jobs: LINK=${LINKS[$agenda_index]:-./abstracts.pdf} ./pharo --headless Pharo.image eval "MicAgendaGenerator new abstractLink: '$LINK'; build: '${AGENDAS[$agenda_index]}' trimBoth asFileReference" done + ls -R echo "MD_OUTPUT_DIR=$( dirname '$AGENDAS[0]' )/generated" >> $GITHUB_ENV # archive generated HTML so it can be used in another job (reusable workflows cannot have multiple steps)