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 73fb843 commit 384db59Copy full SHA for 384db59
.github/workflows/deploy.yml
@@ -47,8 +47,7 @@ jobs:
47
directory: dist
48
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
49
# TODO: This doesn't include the examples. How can we fix that?
50
- # TODO: Fix the token permissions and re-enable deploy.
51
- # - name: Deploy to Observable Cloud
52
- # run: yarn deploy -m "$(git log -1 --pretty=%s)"
53
- # env:
54
- # OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}
+ - name: Deploy to Observable Cloud
+ run: yarn deploy -m "$(git log -1 --pretty=%s)"
+ env:
+ OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}
0 commit comments