Skip to content

Commit

Permalink
fix: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 18, 2024
1 parent 4d18d7c commit 91dc819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ jobs:
git status
git ls-files --others --exclude-standard | while read file; do
echo "Copying $file to datasets directory"
mkdir -p "datasets/$(dirname "$file")"
cp "$file" "/datasets/$file"
mkdir -p "datasets"
cp "$file" "/datasets/"
done
git status
Expand Down

0 comments on commit 91dc819

Please sign in to comment.