Skip to content

Commit

Permalink
add fetch-all to ci.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusptrs authored Apr 2, 2024
1 parent 91d709d commit ad82392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
container: makeappdev/uselatex:latest
steps:
- uses: actions/checkout@v4

with:
fetch-depth: 0

- name: Configure Git safe directory with GITHUB_WORKSPACE
run: git config --global --add safe.directory $GITHUB_WORKSPACE

Expand Down

0 comments on commit ad82392

Please sign in to comment.