Skip to content

Commit

Permalink
Create GitHub Actions build action
Browse files Browse the repository at this point in the history
  • Loading branch information
btj authored Jan 6, 2025
1 parent de89b5d commit 3510c63
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI

on:
push:
pull_request:

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container: registry.gitlab.com/islandoftex/images/texlive:TL2024-2025-01-05-medium

steps:
- uses: actions/checkout@v4

- name: Run a one-line script
run: . ./ci.sh

- uses: actions/[email protected]
with:
path: /workdir/ogp-notes/course-notes.pdf
if-no-files-found: error

0 comments on commit 3510c63

Please sign in to comment.