Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Feb 15, 2024
1 parent 16ddc5e commit 1adc369
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: maclotsen/texlive:with-gf
shell: bash
options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
run: |
echo PWD: $PWD
echo FILES:
ls
git config --global --add safe.directory /data/gitinfo-lua
# git clone https://github.com/Xerdi/texmf-packaging.git texmf
make -C gitinfo-lua build
image: maclotsen/texlive:with-gf
shell: bash
options: --rm -i -v ${{ github.workspace }}/texmf:/home/ltxuser/texmf -v ${{ github.workspace }}:/data
run: |
echo PWD: $PWD
echo FILES:
ls
git config --global --add safe.directory /data/gitinfo-lua
# git clone https://github.com/Xerdi/texmf-packaging.git texmf
make -C gitinfo-lua build
- name: Archive Documentation
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1adc369

Please sign in to comment.