Update build_documentation.yml

This commit is contained in:
Kevo 2022-02-26 11:34:16 +01:00 committed by GitHub
parent 896d3b0cf6
commit d8c8cf6f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,6 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -18,7 +15,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: "3.10"
- name: Install dependencies - name: Install dependencies
run: | run: |
@ -35,4 +32,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.4 uses: JamesIves/github-pages-deploy-action@4.1.4
with: with:
branch: documentation branch: documentation
folder: ./documentation folder: ./documentation