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'