forked from cswimr/SeaCogs
misc(workflow): some random changes
This commit is contained in:
parent
1ab812bf35
commit
a477c8482b
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue