diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 14b0eb9..edd0869 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 }}