Skip to content

Commit

Permalink
Optimise
Browse files Browse the repository at this point in the history
  • Loading branch information
262882 committed Mar 6, 2024
1 parent 84987a5 commit ffefe6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ jobs:
Build_Release:
runs-on: ubuntu-latest
steps:
- name: Fetch dependancies
run: docker pull ghcr.io/xu-cheng/texlive-full:latest
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: |
docker run -v $(pwd):/source ghcr.io/xu-cheng/texlive-full:latest /bin/bash \
-c "make -C source/${{ github.event.repository.name }}"
docker run ghcr.io/xu-cheng/texlive-full:latest \
-v ${{ github.event.repository.name }}:/source \
/bin/bash -c "make -C source/"
- name: Store
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ffefe6d

Please sign in to comment.