Skip to content

Commit f43efa0

Browse files
committed
Disable docs update workflow because of changed website
1 parent 7fb51a3 commit f43efa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
name: Push documentation
7979
runs-on: ubuntu-latest
8080
needs: build
81+
if: false
8182
env:
8283
VERSION: ${{ github.ref_name }}
8384
steps:
@@ -135,6 +136,7 @@ jobs:
135136
name: Publish documentation
136137
runs-on: ubuntu-latest
137138
needs: push-docs
139+
if: false
138140
steps:
139141
- name: Checkout repository
140142
uses: actions/[email protected]

0 commit comments

Comments
 (0)