This commit is contained in:
@@ -16,11 +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:
|
||||||
|
|||||||
Reference in New Issue
Block a user