Skip to content

Commit

Permalink
Merge pull request #16 from aobolensk/directory-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Sep 21, 2024
2 parents 75c675c + e98e29b commit 1ee798b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sudo apt-get install texlive*
- name: Build
run: |
find . -iname '*.tex' -exec pdflatex {} \;
find . -iname '*.tex' -exec sh -c 'cd $(echo {}|cut -d"/" -f2) && pdflatex -output-directory $GITHUB_WORKSPACE $GITHUB_WORKSPACE/{}' \;
- uses: actions/upload-artifact@v4
with:
name: pdf-linux
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build
run: |
eval "$(/usr/libexec/path_helper)"
find . -iname '*.tex' -exec pdflatex {} \;
find . -iname '*.tex' -exec sh -c 'cd $(echo {}|cut -d"/" -f2) && pdflatex -output-directory $GITHUB_WORKSPACE $GITHUB_WORKSPACE/{}' \;
- uses: actions/upload-artifact@v4
with:
name: pdf-macos
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ee798b

Please sign in to comment.