Rename job to buildAndDeploy in workflow file.
Some checks reported warnings
Build and Deploy Hugo Site / buildAndDeploy (push) Has been cancelled

This commit is contained in:
Andreas Hnida 2024-04-18 10:21:44 +02:00
commit 68da0c0603

View file

@ -6,7 +6,7 @@ on:
- main - main
jobs: jobs:
build_and_deploy: buildAndDeploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.4.0 - uses: actions/checkout@v2.4.0