From ecd84c2cf6174bddad5d1759caeeeea761e1b9f1 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 24 Jun 2023 01:12:32 +0200 Subject: [PATCH] Fix: correct 'sync repo' step --- .github/workflows/theme_validation_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theme_validation_and_deploy.yml b/.github/workflows/theme_validation_and_deploy.yml index 9c1ff4c34..32b593381 100644 --- a/.github/workflows/theme_validation_and_deploy.yml +++ b/.github/workflows/theme_validation_and_deploy.yml @@ -59,7 +59,7 @@ jobs: env: DEPLOY_KEY_PIETERVDVN: ${{ secrets.DEPLOY_KEY_PIETERVDVN }} run: | - cd pietervdvn.github.io + cd mapcomplete.github.io git pull - name: "Copying files"