Skip to content

Commit

Permalink
Add participant data placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Feb 1, 2024
1 parent 8fb1785 commit e765ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo "pwd: $(pwd)"
echo "PWD: ${PWD}"
docker run --rm -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/scripts:/scripts -v $(pwd)/src:/src -v $(pwd)/docs:/qmd --env TEXINPUTS="../src/latex:$TEXINPUTS" ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }} quarto render
docker run --rm -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/scripts:/scripts -v $(pwd)/src:/src -v $(pwd)/docs:/qmd --env PARTICIPANT_DATA=${PARTICIPANT_DATA} --env TEXINPUTS="../src/latex:$TEXINPUTS" ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE }} quarto render
# - name: Install pgip dependencies
Expand Down

0 comments on commit e765ea1

Please sign in to comment.