Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 28, 2024
1 parent de400a2 commit a7fa1e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Check if /docs/ has changes
id: check_docs
run: |
Expand All @@ -24,6 +25,9 @@ jobs:
else
echo "Changes detected in /docs/. Proceeding with deployment."
echo "deploy=true" >> $GITHUB_ENV
fi

- name: Deploy to Netlify
if: steps.check_docs.outputs.deploy == 'true'
Expand Down

0 comments on commit a7fa1e2

Please sign in to comment.