We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cf3b6 commit c8c16c5Copy full SHA for c8c16c5
.github/workflows/docs.yml
@@ -3,7 +3,7 @@ name: Generating API documentation
3
on:
4
push:
5
branches:
6
- - 'master'
+ - "master"
7
8
jobs:
9
docs:
@@ -34,4 +34,7 @@ jobs:
34
run: docker run --rm --volume "$(pwd):/data" phpdoc/phpdoc:3.4 -vv --template default
35
36
- name: Upload documentation
37
- run: npx vercel deploy docs/api -t ${{ secrets.VERCEL_TOKEN }} --name php --scope temporal --prod --yes
+ env:
38
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
39
+ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
40
+ run: npx vercel deploy docs/api -t ${{ secrets.VERCEL_TOKEN }} --prod --yes
0 commit comments