Skip to content

Commit

Permalink
Revert brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Feb 1, 2024
1 parent 405f0a5 commit 3d8e0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
# Render website
echo "Rendering qmd files ..."
echo "pwd: ${pwd}"
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 }}
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 }}
# - name: Install pgip dependencies
Expand Down

0 comments on commit 3d8e0a4

Please sign in to comment.