This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: Build docs
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'docs/**'
|
||||
push
|
||||
# push:
|
||||
# paths:
|
||||
# - 'docs/**'
|
||||
jobs:
|
||||
build_docs:
|
||||
runs_on: ubuntu-latest
|
||||
@@ -10,7 +11,7 @@ jobs:
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v6
|
||||
- name: Run build
|
||||
use: actions/latex
|
||||
uses: actions/latex
|
||||
with:
|
||||
args: "-latexoption=-file-line-error -latexoption=-interaction=nonstopmode docs/docs.tex"
|
||||
- name: Upload compiled docs
|
||||
|
||||
Reference in New Issue
Block a user