Skip to content

Commit

Permalink
ci: add step to checkout latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Feb 26, 2024
1 parent 0777b4a commit 321a514
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- run: git checkout HEAD^

# Docs Site
- name: Build and push docs site
Expand Down

0 comments on commit 321a514

Please sign in to comment.