Skip to content

Commit

Permalink
fix image links in README.md (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs authored Feb 14, 2023
1 parent d7288e9 commit 423b94b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Publish to VS Code Marketplace
run: |
vsce -V
BASE_URL="https://github.com/databricks/databricks-vscode/raw/$TAG/packages/databricks-vscode"
vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath databricks-*.vsix --baseContentUrl $BASE_URL --baseImagesUrl $BASE_URL
vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath databricks-*.vsix
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
2 changes: 1 addition & 1 deletion packages/databricks-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The extension is available from the [Visual Studio Marketplace](https://marketpl
- Run Python files on a Databricks cluster
- Run notebooks and Python files as Workflows

![run](./images/run.gif)
![run](images/run.gif)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
},
"scripts": {
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:copy-webview-toolkit",
"package": "vsce package",
"package": "BASE_URL=https://raw.githubusercontent.com/databricks/databricks-vscode/${TAG:-main}/packages/databricks-vscode && vsce package --baseContentUrl $BASE_URL --baseImagesUrl $BASE_URL",
"package:cli:fetch": "BRICKS_VERSION=0.0.21 && bash ./scripts/fetch-bricks-cli.sh ${BRICKS_VERSION} ${BRICKS_ARCH:-}",
"package:cli:link": "rm -f ./bin/bricks && ln -s ../../../../bricks/bricks bin",
"package:compile": "yarn run esbuild:base",
Expand Down

0 comments on commit 423b94b

Please sign in to comment.