Skip to content

Commit 384db59

Browse files
authored
reenable observable deploy (#591)
1 parent 73fb843 commit 384db59

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
directory: dist
4848
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
4949
# 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 }}
50+
- name: Deploy to Observable Cloud
51+
run: yarn deploy -m "$(git log -1 --pretty=%s)"
52+
env:
53+
OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}

0 commit comments

Comments
 (0)