Skip to content

Commit

Permalink
[ci] github action
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Nov 28, 2023
1 parent 7dc894f commit eb6900f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Continuous Integration

on:
- pull_request
- push

jobs:
docs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
package-file: |
ci/texlive/texlive_packages
- name: Sphinx Action
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "."

0 comments on commit eb6900f

Please sign in to comment.