Skip to content

Commit

Permalink
ci: disable docs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 29, 2023
1 parent 92402ab commit 5641337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
docs:
name: Generate Documentation
runs-on: ubuntu-latest
if: false
steps:
- name: Checkout Project
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build Documentation
runs-on: ubuntu-latest

if: github.repository_owner == 'sapphiredev'
if: github.repository_owner == 'sapphiredev' && false
outputs:
NAME: ${{ steps.env.outputs.NAME }}
TYPE: ${{ steps.env.outputs.TYPE }}
Expand Down

0 comments on commit 5641337

Please sign in to comment.