From ee956075f14f92f60d972cae734d2f0490412a17 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Mon, 24 Jun 2024 17:21:56 +0100 Subject: [PATCH] Update test.yml make sure that job is called test --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d42121..9b8ce39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: permissions: contents: write jobs: - deploy: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -12,6 +12,5 @@ jobs: with: python-version: 3.x cache: 'pip' - - run: pip install mkdocs-material plantuml-markdown - name: test site run: mkdocs build