Skip to content

Commit c3d2234

Browse files
committed
HOTFIX: skip docs upload
1 parent fcccfaa commit c3d2234

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,8 @@ jobs:
173173
include:
174174
- docker-image: "windows-latest"
175175
experimental: false
176-
- docker-image: "windows-latest-unstable"
177-
experimental: true
178176
- docker-image: "core-windows-latest"
179177
experimental: false
180-
- docker-image: "core-windows-latest-unstable"
181-
experimental: true
182178

183179
steps:
184180
- name: Calculate SKIP_UNSTABLE
@@ -411,9 +407,6 @@ jobs:
411407
include:
412408
- docker-image: "core-linux-latest"
413409
experimental: false
414-
- docker-image: "core-linux-latest-unstable"
415-
experimental: true
416-
417410
steps:
418411
- name: Calculate SKIP_UNSTABLE
419412
if: matrix.experimental
@@ -599,7 +592,7 @@ jobs:
599592
600593
package:
601594
name: Package library
602-
needs: [testing-windows, testing-linux, testing-min-reqs, testing-no-graphics, docs]
595+
needs: [testing-windows, testing-linux, testing-min-reqs, testing-no-graphics]
603596
runs-on: ubuntu-latest
604597
steps:
605598
- name: Build library source and wheel artifacts
@@ -630,31 +623,3 @@ jobs:
630623
with:
631624
library-name: ${{ env.PACKAGE_NAME }}
632625
token: ${{ secrets.GITHUB_TOKEN }}
633-
634-
upload_dev_docs:
635-
name: Upload dev documentation
636-
if: github.ref == 'refs/heads/main'
637-
runs-on: ubuntu-latest
638-
needs: [package]
639-
steps:
640-
- name: Deploy the latest documentation
641-
uses: ansys/actions/doc-deploy-dev@v8
642-
with:
643-
cname: ${{ env.DOCUMENTATION_CNAME }}
644-
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
645-
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
646-
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
647-
648-
upload_docs_release:
649-
name: Upload release documentation
650-
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
651-
runs-on: ubuntu-latest
652-
needs: [release]
653-
steps:
654-
- name: Deploy the stable documentation
655-
uses: ansys/actions/doc-deploy-stable@v8
656-
with:
657-
cname: ${{ env.DOCUMENTATION_CNAME }}
658-
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
659-
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
660-
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

0 commit comments

Comments
 (0)