Skip to content

Commit ca1f62b

Browse files
authored
Fixing temporal cicd (#2396)
maint: fix temporal cicd
1 parent 9f520cc commit ca1f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
docs-build:
9393
name: "Build documentation"
9494
runs-on: ubuntu-latest
95-
needs: doc-style
95+
# needs: doc-style - Skip for now
9696
timeout-minutes: 60
9797
outputs:
9898
PYMAPDL_VERSION: ${{ steps.version.outputs.PYMAPDL_VERSION }}

0 commit comments

Comments
 (0)