diff --git a/.github/workflows/build-and-lint.yml b/.github/workflows/build-and-lint.yml index d4abb726e..375ec8c3a 100644 --- a/.github/workflows/build-and-lint.yml +++ b/.github/workflows/build-and-lint.yml @@ -6,9 +6,6 @@ on: pull_request: branches: [main, develop] -env: - BASE_URL: "/EmbeddedChat/pulls/pr-${{github.event.number}}/layout_editor" - BASEURL: "/EmbeddedChat/pulls/pr-${{github.event.number}}/docs" jobs: build-and-lint: runs-on: ubuntu-latest