Skip to content

Commit 2f862bd

Browse files
Fix YAML formatting errors so Github actions will run
1 parent 4e4df74 commit 2f862bd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ permissions:
1919
jobs:
2020
# Build the documentation and upload the static HTML files as an artifact.
2121
build:
22-
runs-on: ubuntu-latest
23-
# runs-on: ${{ matrix.platform }}
24-
# strategy:
25-
# matrix:
26-
# platform: [ubuntu-latest]
27-
# python: ["3.10"]
28-
# backend: [pyqt5`]
29-
22+
runs-on: ubuntu-latest
3023
steps:
3124
- name: Checkout
3225
uses: actions/checkout@v2

0 commit comments

Comments
 (0)