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:
7777 - name : Deploy prod API docs
7878 if : ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
7979 run : npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
80-
80+
8181 # Confirm README ToC is generated properly
8282 - uses : actions/setup-node@v3
8383 - name : Check generated README ToC
8484 if : ${{ matrix.docsTarget }}
8585 run : |
8686 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)
8888
8989 # 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
9292 with :
9393 python-repo-path : ${{github.event.pull_request.head.repo.full_name}}
9494 version : ${{github.event.pull_request.head.ref}}
9595 version-is-repo-ref : true
96-
You can’t perform that action at this time.
0 commit comments