Skip to content

Commit

Permalink
Update vsce package command with baseContentUrl and baseImagesUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao208 committed Feb 3, 2024
1 parent f10ab5b commit c1e6a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install -g vsce

- name: Package Extension
run: vsce package
run: vsce package --baseContentUrl https://raw.githubusercontent.com/typper-io/typper-theme/main/ --baseImagesUrl https://raw.githubusercontent.com/typper-io/typper-theme/main/

- name: Publish Extension
run: vsce publish -p ${{ secrets.VSCE_PAT }}

0 comments on commit c1e6a4c

Please sign in to comment.