Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Mar 12, 2024
1 parent f294292 commit fd6c57f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo ./${{ github.event.repository.name }}:/source
- name: Build
run: |
docker run \
-v ./${{ github.event.repository.name }}:/source \
-v $(pwd):/source \
ghcr.io/xu-cheng/texlive-full:latest \
/bin/bash -c "make -C /source/"
- name: Store
Expand Down

0 comments on commit fd6c57f

Please sign in to comment.