From a477c8482b2117e32fc982c8d93622d37f03a5fb Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 7 Jan 2024 14:23:36 +0000 Subject: [PATCH] misc(workflow): some random changes --- .forgejo/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/workflow.yaml b/.forgejo/workflows/workflow.yaml index 107810f..5a4a907 100644 --- a/.forgejo/workflows/workflow.yaml +++ b/.forgejo/workflows/workflow.yaml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies 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') Build Documentation (MkDocs): @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: poetry install --with docs --no-root - - name: Set Environment Variables + - name: Set environment variables uses: actions/env@v2 - name: Build documentation @@ -40,7 +40,7 @@ jobs: mkdocs build -v continue-on-error: true - - name: Deploy documentation to Meli (CoastalCommits Pages) + - name: Deploy documentation run: | GREEN='\033[0;32m' YELLOW='\033[0;33m'