We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0456f commit 247f603Copy full SHA for 247f603
1 file changed
.github/workflows/merge.yml
@@ -50,7 +50,7 @@ jobs:
50
mkdir -p "merged/${{ inputs.out }}"
51
{
52
just install
53
- just merge "${{ inputs.datasets }}" "merged/${{ inputs.out }}"
+ just merge "${{ inputs.datasets }}" "../merged/${{ inputs.out }}"
54
} 2>&1 | tee -a merge.log
55
cp "merge.log" "merged/${{ inputs.out }}"
56
- uses: JamesIves/github-pages-deploy-action@v4.6.9
0 commit comments