misc(workflow): some random changes

This commit is contained in:
Seaswimmer 2024-01-07 14:23:36 +00:00
parent 1ab812bf35
commit a477c8482b
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: poetry install --with dev --no-root run: poetry install --with dev --no-root
- name: Analysing the code with Pylint - name: Analysing code with Pylint
run: pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py') run: pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
Build Documentation (MkDocs): Build Documentation (MkDocs):
@ -31,7 +31,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: poetry install --with docs --no-root run: poetry install --with docs --no-root
- name: Set Environment Variables - name: Set environment variables
uses: actions/env@v2 uses: actions/env@v2
- name: Build documentation - name: Build documentation
@ -40,7 +40,7 @@ jobs:
mkdocs build -v mkdocs build -v
continue-on-error: true continue-on-error: true
- name: Deploy documentation to Meli (CoastalCommits Pages) - name: Deploy documentation
run: | run: |
GREEN='\033[0;32m' GREEN='\033[0;32m'
YELLOW='\033[0;33m' YELLOW='\033[0;33m'