Skip to content

Fix issue where branch is not included in page route #27

Fix issue where branch is not included in page route

Fix issue where branch is not included in page route #27

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install
- run: npm run package
- uses: actions/upload-artifact@v2
with:
name: VSIX
path: out/*.vsix