Skip to content

Commit

Permalink
Update build-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 10, 2024
1 parent 74cf3f4 commit cea1c90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ jobs:
# Could add pandoc and convert to github markdown
# pandoc ${{ matrix.target }}.pdf -t gfm

deploy-docs:
needs: build-docs
name: Deploy Docs
# if: ${{ needs.build-docs.outputs.BUILD_PDF == 'true' && needs.build-docs.outputs.DEPLOY == 'true' }}
runs-on: ${{ github.repository_owner == 'cFS' && 'linux' || 'ubuntu-latest' }}
steps:

- name: Checkout Repo
uses: actions/checkout@v4

Expand Down

0 comments on commit cea1c90

Please sign in to comment.