misc(workflows): more verbose job names

This commit is contained in:
Seaswimmer 2024-01-06 16:38:17 +00:00
parent 63a204cf2b
commit fd60adc2ae
Signed by untrusted user: cswimr
GPG key ID: D74DDDDF420E13DF
2 changed files with 4 additions and 4 deletions

View file

@ -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" \

View file

@ -1,8 +1,8 @@
name: Pylint
on: [push]
on: [push, pull_request]
jobs:
Pylint:
Lint Code with Pylint:
runs-on: docker
strategy:
matrix: