From d8c8cf6f76b87ea46f4ec18e65bc81d315d87efc Mon Sep 17 00:00:00 2001 From: Kevo Date: Sat, 26 Feb 2022 11:34:16 +0100 Subject: [PATCH] Update build_documentation.yml --- .github/workflows/build_documentation.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index e616081..67603a1 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -8,9 +8,6 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - python-version: [3.10] steps: - uses: actions/checkout@v2 @@ -18,7 +15,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: "3.10" - name: Install dependencies run: | @@ -35,4 +32,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: documentation - folder: ./documentation \ No newline at end of file + folder: ./documentation