fix: rename test-deploy.yml to test-docs.yml and update job name

This commit is contained in:
Luboš Zíma
2025-07-13 19:49:56 +07:00
parent b74054fe0c
commit 28b7044487

View File

@ -1,4 +1,4 @@
name: Test deployment
name: test-docs
defaults:
run:
shell: bash
@ -9,8 +9,7 @@ on:
- master
jobs:
test-docs-gen:
name: Test Docs Generation
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4