Skip to content

Commit

Permalink
Fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
262882 committed Mar 6, 2024
1 parent ffefe6d commit caf76e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: |
docker run ghcr.io/xu-cheng/texlive-full:latest \
docker run \
-v ${{ github.event.repository.name }}:/source \
ghcr.io/xu-cheng/texlive-full:latest \
/bin/bash -c "make -C source/"
- name: Store
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit caf76e7

Please sign in to comment.