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 247fcb3 commit d0c7093Copy full SHA for d0c7093
.github/workflows/deploy.yml
@@ -60,7 +60,8 @@ jobs:
60
directory: dist
61
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
62
# TODO: This doesn't include the examples. How can we fix that?
63
- - name: Deploy to Observable Cloud
64
- run: yarn deploy -m "$(git log -1 --pretty=%s)"
65
- env:
66
- OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}
+ # TODO: Re-enable deploy to Observable
+ # - name: Deploy to Observable
+ # run: yarn deploy -m "$(git log -1 --pretty=%s)"
+ # env:
67
+ # OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}
0 commit comments