Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 9, 2024
1 parent f6f025d commit 7eef921
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on: [push]
jobs:
commit_checks:
uses: ./.github/workflows/commit.yaml
secrets: # https://stackoverflow.com/questions/78298827/why-is-codecov-upload-step-in-github-actions-not-finding-the-token
codecov_token: ${{ secrets.CODECOV_TOKEN }}
build_docs:
# https://github.com/orgs/community/discussions/26238
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:

deploy_docs:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: [build_docs, commit_checks]
needs: build_docs
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit 7eef921

Please sign in to comment.