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 a726866 commit 4e2f365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Remove postcss.config.mjs
run: rm postcss.config.mjs

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

0 comments on commit 4e2f365

Please sign in to comment.