Skip to content

Commit

Permalink
Fix repo permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rs028 committed Jan 31, 2024
1 parent b7b481b commit 4091d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 2
ref: ${{ github.head_ref }}
token: ${{ github.token }}

# -------------------------------------------------------------
# 2. Setup TeXLive and Inkscape (v1.x), then run the script to
Expand Down

0 comments on commit 4091d03

Please sign in to comment.