Skip to content

Commit 4eb8306

Browse files
committedAug 29, 2023
docs: temporarily typedoc docgen until typedoc-json-parser is fixed
1 parent 341d57a commit 4eb8306

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
docs:
7171
name: Generate Documentation
7272
runs-on: ubuntu-latest
73+
if: false
7374
steps:
7475
- name: Checkout Project
7576
uses: actions/checkout@v3

‎.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build Documentation
1717
runs-on: ubuntu-latest
1818

19-
if: github.repository_owner == 'sapphiredev'
19+
if: github.repository_owner == 'sapphiredev' && false
2020
outputs:
2121
NAME: ${{ steps.env.outputs.NAME }}
2222
TYPE: ${{ steps.env.outputs.TYPE }}

0 commit comments

Comments
 (0)
Please sign in to comment.