Skip to content

Commit a395566

Browse files
authored
Update unique static operators doc (#871)
* Update unique static operators doc * Update Git add step in CI * Augment timeout for test_server
1 parent 4741e21 commit a395566

File tree

4 files changed

+2
-3528
lines changed

4 files changed

+2
-3528
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: "Test API test_server"
196196
uses: nick-fields/retry@v2
197197
with:
198-
timeout_minutes: 2
198+
timeout_minutes: 5
199199
max_attempts: 2
200200
shell: bash
201201
command: |

.github/workflows/update_operators.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ jobs:
8080
delete-branch: true
8181
add-paths: |
8282
src/ansys/dpf/core/operators/*
83-
docs/source/_static/dpf_entry.html
84-
docs/source/_static/dpf_premium.html
83+
docs/source/_static/dpf_operators.html
8584
commit-message: update operators
8685
title: Update Operators for DPF ${{ github.event.inputs.ANSYS_VERSION || '232' }}${{ github.event.inputs.standalone_branch_suffix || '' }} on ${{ github.ref_name }}
8786
body: An update of operators has been triggered either manually or by an update in the dpf-standalone repository.
File renamed without changes.

0 commit comments

Comments
 (0)