Skip to content

Commit

Permalink
generate in the same folder
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 15, 2024
1 parent 7f6ef25 commit 0b1a596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +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
# archive generated HTML so it can be used in another job (reusable workflows cannot have multiple steps)
- uses: actions/upload-artifact@v3
with:
name: agenda
path: ${{ env.MD_OUTPUT_DIR }}
path: generated
retention-days: 5

0 comments on commit 0b1a596

Please sign in to comment.