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 f584652
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
LINK=${LINKS[$agenda_index]:-./abstracts.pdf}
./pharo --headless Pharo.image eval "MicAgendaGenerator new abstractLink: '$LINK'; build: '${AGENDAS[$agenda_index]}' trimBoth asFileReference"
done
echo "MD_OUTPUT_DIR=$( dirname '$AGENDAS[0]' )/generated" >> $GITHUB_ENV
ls -R
echo ${AGENDAS[0]}
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)
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f584652

Please sign in to comment.