Skip to content

Commit

Permalink
fix: fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tetarchus committed Aug 20, 2024
1 parent 5a08ed2 commit 097276f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test-deploy:
name: Test Deployment
name: Test Deployments
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
run: npm run test

- name: Build Addon
run: npm build
run: npm run build

- name: Build Docs
run: npm build -w docs
run: npm run build -w docs

0 comments on commit 097276f

Please sign in to comment.