Skip to content

Commit 7eef921

Browse files
committed
Debug CICD
1 parent f6f025d commit 7eef921

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on: [push]
1010
jobs:
1111
commit_checks:
1212
uses: ./.github/workflows/commit.yaml
13+
secrets: # https://stackoverflow.com/questions/78298827/why-is-codecov-upload-step-in-github-actions-not-finding-the-token
14+
codecov_token: ${{ secrets.CODECOV_TOKEN }}
1315
build_docs:
1416
# https://github.com/orgs/community/discussions/26238
1517
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
@@ -47,7 +49,7 @@ jobs:
4749

4850
deploy_docs:
4951
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
50-
needs: [build_docs, commit_checks]
52+
needs: build_docs
5153
runs-on: ubuntu-latest
5254
environment:
5355
name: github-pages

0 commit comments

Comments
 (0)