Skip to content

Update ci

Update ci #40

Workflow file for this run

name: Gitinfo Lua CI/CD
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
with:
path: gitinfo-lua
fetch-tags: true
fetch-depth: 0
- name: Check out texmf
uses: actions/checkout@v4
with:
repository: Xerdi/texmf-packaging
path: texmf
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:

Check failure on line 22 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
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:
name: build
path: ${{ github.workspace }}/gitinfo-lua/doc