File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -77,20 +77,19 @@ jobs:
77
77
- name : Deploy prod API docs
78
78
if : ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
79
79
run : npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
80
-
80
+
81
81
# Confirm README ToC is generated properly
82
82
- uses : actions/setup-node@v3
83
83
- name : Check generated README ToC
84
84
if : ${{ matrix.docsTarget }}
85
85
run : |
86
86
npx doctoc README.md
87
- [[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1)
87
+ [[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1)
88
88
89
89
# Runs the sdk features repo tests with this repo's current SDK code
90
- sdk- features-tests :
91
- uses : temporalio/sdk- features/.github/workflows/python.yaml@main
90
+ features-tests :
91
+ uses : temporalio/features/.github/workflows/python.yaml@main
92
92
with :
93
93
python-repo-path : ${{github.event.pull_request.head.repo.full_name}}
94
94
version : ${{github.event.pull_request.head.ref}}
95
95
version-is-repo-ref : true
96
-
You can’t perform that action at this time.
0 commit comments