Skip to content

Commit

Permalink
Fix lines
Browse files Browse the repository at this point in the history
  • Loading branch information
262882 committed Mar 6, 2024
1 parent b96078b commit dc4f883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: |
docker run -v $(pwd):/sources cristiangreco/pdflatex /bin/sh \
-c "make -C sources/${{ github.event.repository.name }}"
docker run -v $(pwd):/sources cristiangreco/pdflatex /bin/sh \
-c "make -C sources/${{ github.event.repository.name }}"
- name: Store
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dc4f883

Please sign in to comment.