Skip to content

Commit d0c7093

Browse files
committed
disable deploy to Observable
1 parent 247fcb3 commit d0c7093

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
directory: dist
6161
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
6262
# 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 }}
63+
# TODO: Re-enable deploy to Observable
64+
# - name: Deploy to Observable
65+
# run: yarn deploy -m "$(git log -1 --pretty=%s)"
66+
# env:
67+
# OBSERVABLE_TOKEN: ${{ secrets.OBSERVABLE_API_TOKEN }}

0 commit comments

Comments
 (0)