Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusito committed Aug 17, 2024
1 parent 77b1a52 commit b150126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Install
run: npm ci
- name: Build Testbed
run: npm run docs:build:testbed
run: npm run build:testbed
- name: Build Benchmark
run: npm run docs:build:benchmark
run: npm run build:benchmark
- name: Build Docs
run: npm run docs:build
- name: Deploy
Expand Down

0 comments on commit b150126

Please sign in to comment.