Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NomicFoundation/hardhat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 848980a9a9171fd1c6bf76aaa310ab98d693f047
Choose a base ref
..
head repository: NomicFoundation/hardhat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38bb49e0e470423f2d2777e932875e4fc1937fd3
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/check-docs-site.yml
6 changes: 3 additions & 3 deletions .github/workflows/check-docs-site.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: Lint
build:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -26,7 +26,7 @@ jobs:
- name: Install
run: pnpm install --frozen-lockfile --prefer-offline
- name: Install Docs
working-directory: docs
working-directory: docs/
run: pnpm install --frozen-lockfile --prefer-offline
- name: Build Docs
working-directory: docs/