Skip to content

Commit

Permalink
Remove .git (#8362)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque authored Jul 10, 2024
1 parent d752e80 commit 84fe880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
yarn
- name: yarn build
run: yarn build
- name: Remove git directory
run: rm -rf .git
- name: Archive build
if: ${{ !cancelled() }}
run: |
Expand Down

0 comments on commit 84fe880

Please sign in to comment.