Skip to content

Commit

Permalink
build: Fix broken website deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 17, 2022
1 parent 8e1f9d6 commit e12b549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
cache: yarn
- run: yarn install --immutable
- run: yarn build
- run: bash ./scripts/release/buildPackages.sh
- run: yarn workspace website run build
- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Once setup, install dependencies build initial packages.

```bash
yarn install
yarn build
```

## How to
Expand Down Expand Up @@ -117,7 +116,7 @@ Once installed, run `cargo make test-coverage`, which is a lengthy and time cons
will build the binary in debug mode with instrumentation enabled, run all unit and integration
tests, and generate _a ton_ of `*.profraw` files in the repository (do not commit these!).

From here you can generate an HTML coverage report to `./coverage` with `cargo make generate-html`.
From here you can generate an HTML coverage report to `./coverage` with `cargo make generate-html`.
Open the `index.html` file to browse line-by-line coverage.

Once done, run `cargo make clean-profraw` to cleanup and remove all the `*.profraw` files.
Expand Down

0 comments on commit e12b549

Please sign in to comment.