Skip to content

Commit 247f603

Browse files
committed
fix(#248): dir back
1 parent 7e0456f commit 247f603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
mkdir -p "merged/${{ inputs.out }}"
5151
{
5252
just install
53-
just merge "${{ inputs.datasets }}" "merged/${{ inputs.out }}"
53+
just merge "${{ inputs.datasets }}" "../merged/${{ inputs.out }}"
5454
} 2>&1 | tee -a merge.log
5555
cp "merge.log" "merged/${{ inputs.out }}"
5656
- uses: JamesIves/github-pages-deploy-action@v4.6.9

0 commit comments

Comments
 (0)