We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sapphiredev
Learn more about funding links in repositories.
Report abuse
1 parent 341d57a commit 4eb8306Copy full SHA for 4eb8306
.github/workflows/continuous-integration.yml
@@ -70,6 +70,7 @@ jobs:
70
docs:
71
name: Generate Documentation
72
runs-on: ubuntu-latest
73
+ if: false
74
steps:
75
- name: Checkout Project
76
uses: actions/checkout@v3
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Build Documentation
17
18
19
- if: github.repository_owner == 'sapphiredev'
+ if: github.repository_owner == 'sapphiredev' && false
20
outputs:
21
NAME: ${{ steps.env.outputs.NAME }}
22
TYPE: ${{ steps.env.outputs.TYPE }}
0 commit comments