Skip to content

Commit

Permalink
Dedupe.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 10, 2024
1 parent f385282 commit 2ab2b25
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1,307 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
cache: yarn
- run: yarn install --immutable
- run: yarn run pack:all
docs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install --immutable
- run: yarn run pack:all
- run: cd website && yarn run build
# docs:
# name: Docs
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# cache: yarn
# - run: yarn install --immutable
# - run: yarn run pack:all
# - run: cd website && yarn run build
Loading

0 comments on commit 2ab2b25

Please sign in to comment.