We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43cf2c5 + 2f862bd commit fb2b608Copy full SHA for fb2b608
1 file changed
.github/workflows/build_docs.yaml
@@ -19,14 +19,7 @@ permissions:
19
jobs:
20
# Build the documentation and upload the static HTML files as an artifact.
21
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
-
+ runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
uses: actions/checkout@v2
0 commit comments