Skip to content

Commit

Permalink
Simplify documenation step
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 18, 2024
1 parent c0c0a25 commit a3e2294
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,25 +278,10 @@ jobs:
accept-flake-config = true
log-lines = 1000
- name: Set up and use the "ci" devShell
uses: nicknovitski/nix-develop@v1
with:
arguments: ".#ci"

# Technically, we don't need this, given we're in a Nix shell;
# but we will keep it for the caching.
- name: 🚧 Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: docs/yarn.lock

- name: ❓ Test API reference
working-directory: docs
run: |
yarn
yarn validate
nix develop .#ci --command 'yarn; yarn validate'
- name: 📥 Download benchmark results
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a3e2294

Please sign in to comment.