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 1a9b9d5 commit d6b87baCopy full SHA for d6b87ba
.github/workflows/release-please.yml
@@ -99,10 +99,10 @@ jobs:
99
- run: npm run docs
100
if: ${{ steps.release.outputs.release_created }}
101
102
- - run: npx @fastly/compute-js-static-publish@2 --public-dir=./reference-docs --name js-compute-reference-docs --service-id 1B3wrEgiLdTaCjsmK5Jq25 --description '@fastly/js-compute reference documentation'
+ - run: cd ./docs-app && npm i
103
104
105
- - run: cd ./compute-js && fastly compute publish
+ - run: cd ./docs-app && npm run deploy
106
107
env:
108
- FASTLY_API_TOKEN: ${{secrets.FASTLY_API_TOKEN}}
+ FASTLY_TOKEN: ${{secrets.FASTLY_API_TOKEN}}
0 commit comments