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] on: [push, pull_request]
jobs: jobs:
Build: Build Documentation and Push to CoastalCommits Pages:
runs-on: docker runs-on: docker
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
steps: steps:
@ -40,7 +40,7 @@ jobs:
run: | run: |
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
mkdocs build mkdocs build
- name: Deploy the documentation to Meli - name: Deploy the documentation to Meli (CoastalCommits Pages)
run: | run: |
npx -p "@getmeli/cli" meli upload ./site \ npx -p "@getmeli/cli" meli upload ./site \
--url "http://pages.coastalcommits.com" \ --url "http://pages.coastalcommits.com" \

View file

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