Skip to content

Commit

Permalink
workflows: checkout with fetch_depth: 0 for deploy
Browse files Browse the repository at this point in the history
Why do we need this now? This worked fine before. Did we change
something? Did GitHub change something?
  • Loading branch information
vladh committed Oct 24, 2024
1 parent dcec9ca commit 8a93f43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run npm install
run: npm install
- name: Update new member files
Expand Down

0 comments on commit 8a93f43

Please sign in to comment.