Skip to content

Commit

Permalink
Remove lang-dot build for website deploy
Browse files Browse the repository at this point in the history
This step shouldn't be required since it uses the npm version.
  • Loading branch information
mdaines committed Oct 26, 2023
1 parent 0e4f485 commit 3b6303f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
id: pages
uses: actions/configure-pages@v3

- name: Build lang-dot
run: yarn build
working-directory: packages/lang-dot

- name: Build website
run: yarn build --public-url "${{ steps.pages.outputs.base_path }}/"
timeout-minutes: 1
Expand Down

0 comments on commit 3b6303f

Please sign in to comment.