Skip to content

Commit

Permalink
Configure CI for 23R2
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Nov 15, 2022
1 parent b2758eb commit f0b9e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
image-tag: [v22.2.0, v23.1.0]
image-tag: [v22.2.0, v23.1.0, v23.2.0]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
FLUENT_IMAGE_TAG: ${{ matrix.image-tag }}

- name: Deploy
if: matrix.image-tag == 'v22.2.0'
if: matrix.image-tag == 'v23.1.0'
uses: JamesIves/[email protected]
with:
repository-name: pyansys/pyfluent-visualization-dev-docs
Expand Down

0 comments on commit f0b9e7c

Please sign in to comment.