diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml
index 2a9e948b71b3a7f225c4545c165c22adfd862570..52717e20713063ac0044dd012ed9888fe39006c6 100644
--- a/.github/workflows/dashboard.yml
+++ b/.github/workflows/dashboard.yml
@@ -58,6 +58,7 @@ jobs:
       - name: Overwrite data, if provided
         if: "${{ github.event.inputs.gist != '' }}"
         run: |
+          mkdir -p ${{matrix.config}}
           git clone "https://gist.github.com/${{github.event.inputs.gist}}.git" gist
           cd gist
           if [[ -s ${{matrix.config}} ]]; then