This commit is contained in:
@@ -16,19 +16,15 @@ jobs:
|
|||||||
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
username: ${{ vars.REGISTRY_USER_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
password: ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
registry: ${{ vars.REGISTRY_BASE_URL }}
|
registry: ${{ vars.REGISTRY_BASE_URL }}
|
||||||
- name: Show details pre compile
|
|
||||||
run: ls && ls docs
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
uses: actions/latex-full@main
|
uses: actions/latex-full@main
|
||||||
with:
|
with:
|
||||||
workdir: docs
|
workdir: docs
|
||||||
include_helpers: true
|
include_helpers: true
|
||||||
- name: Show details
|
|
||||||
run: ls && ls docs
|
|
||||||
- name: Upload compiled docs
|
- name: Upload compiled docs
|
||||||
uses: actions/git-auto-commit-action@v7
|
uses: actions/git-auto-commit-action@v7
|
||||||
with:
|
with:
|
||||||
commit_message: "[skip ci] Build docs on push"
|
commit_message: "[skip ci] Build docs on push"
|
||||||
file_pattern: '*.tex'
|
file_pattern: '*.pdf'
|
||||||
commit_user_name: LaTeX compiler [bot]
|
commit_user_name: LaTeX compiler [bot]
|
||||||
commit_user_email: actions@janishutz.com
|
commit_user_email: actions@janishutz.com
|
||||||
|
|||||||
Reference in New Issue
Block a user