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 457ddff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/continuous-integration.yml
@@ -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: "."
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
sphinx>=1.9.0
sphinx>=5.0
sphinx_rtd_theme
sphinxcontrib-bibtex

0 comments on commit 457ddff

Please sign in to comment.