Skip to content

Commit

Permalink
🏘️ Rename build frontend path to wheelhouse/
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 4, 2024
1 parent d0a2ea4 commit 3f7b22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Build binary distribution (wheel)
run: |
python -m build --wheel . --outdir dist/
python -m build --wheel . --outdir wheelhouse/
- name: Save Hugo builder cache
uses: actions/cache/save@v3
Expand Down

0 comments on commit 3f7b22f

Please sign in to comment.