Skip to content

Commit

Permalink
ci: use proper folder syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EndBug authored Dec 21, 2024
1 parent 6db67c3 commit 1247e66
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 @@ -18,8 +18,8 @@ jobs:
USER: ${{ github.event.sender.login }}
- run: git fetch origin
- run: |
git checkout origin/main database.json img/**
git add database.json img/**
git checkout origin/main database.json img
git add database.json img
- id: sha
run: |
echo "prev=$(git rev-parse origin/stable)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 1247e66

Please sign in to comment.