Skip to content

Commit

Permalink
ci(manuscript): declare git safe directory in texlive container
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 22, 2024
1 parent 516c44e commit 37d63a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manuscript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
scheme: full
run: |
apk add make
git config --global --add safe.directory "${{ github.workspace }}"
make -C reproducibility/manuscript latexdiff
- name: Upload artifacts
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
Expand Down

0 comments on commit 37d63a6

Please sign in to comment.