Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 14, 2024
1 parent 5733c93 commit 4bf1ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ 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 $AGENDAS[0]
echo dirname '$AGENDAS[0]'
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)
Expand Down

0 comments on commit 4bf1ac1

Please sign in to comment.