Skip to content

Change runs-on / image in GH action #2

Change runs-on / image in GH action

Change runs-on / image in GH action #2

Workflow file for this run

name: 'Compile and upload document'
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
image: ghcr.io/icepack/tensor-product-stokes:latest

Check failure on line 6 in .github/workflows/compile.yml

View workflow run for this annotation

GitHub Actions / Compile and upload document

Invalid workflow file

The workflow is not valid. .github/workflows/compile.yml (Line: 6, Col: 5): Unexpected value 'image'
steps:
- name: Check out git repository
uses: actions/checkout@v3
- name: Compile TeX document
run: make
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: tensor-product-stokes
path: tensor-product-stokes.pdf