Skip to content

Commit

Permalink
chore: testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 8, 2024
1 parent 4e2f365 commit b606f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: oven-sh/setup-bun@v2

- name: Remove postcss.config.mjs
run: rm postcss.config.mjs
run: rm -f /home/runner/work/AirTrail/AirTrail/postcss.config.mjs

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit b606f9a

Please sign in to comment.