Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
thecharlieblake committed Nov 5, 2024
1 parent 3fd7fa0 commit 7a1f767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker build -t unit-scaling-dev:latest .
- name: Run CI
run: docker run --rm -v $(pwd):/workspace unit-scaling-dev:latest ./dev ci
run: docker run --rm -v $(pwd):/home/developer/unit-scaling unit-scaling-dev:latest ./dev ci

- name: Publish documentation
if: ${{github.ref == 'refs/heads/main'}}
Expand Down

0 comments on commit 7a1f767

Please sign in to comment.