forked from cswimr/SeaCogs
misc(workflows): more verbose job names
This commit is contained in:
parent
63a204cf2b
commit
fd60adc2ae
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: Build Documentation
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
Build Documentation and Push to CoastalCommits Pages:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
mkdocs build
|
||||
- name: Deploy the documentation to Meli
|
||||
- name: Deploy the documentation to Meli (CoastalCommits Pages)
|
||||
run: |
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "http://pages.coastalcommits.com" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
name: Pylint
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Pylint:
|
||||
Lint Code with Pylint:
|
||||
runs-on: docker
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue