Skip to content

Commit

Permalink
Actually clears out the git history for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 23, 2023
1 parent c24a4ad commit 06cc1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Create workdir
run: |
git fetch origin dist
git worktree add --detach $HOME/distbranch origin/dist
git worktree add --detach $HOME/distbranch
cd $HOME/distbranch
git checkout --orphan tmp-deploy
git switch --orphan tmp-deploy
touch .nojekyll
- name: Copy files
Expand Down

0 comments on commit 06cc1ca

Please sign in to comment.