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.
1 parent 9f520cc commit ca1f62bCopy full SHA for ca1f62b
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
docs-build:
93
name: "Build documentation"
94
runs-on: ubuntu-latest
95
- needs: doc-style
+ # needs: doc-style - Skip for now
96
timeout-minutes: 60
97
outputs:
98
PYMAPDL_VERSION: ${{ steps.version.outputs.PYMAPDL_VERSION }}
0 commit comments