From 4e8b8ef7392f45dc930f4b0feaa12a6dfd05a58f Mon Sep 17 00:00:00 2001 From: cracrayol Date: Sun, 7 Jul 2024 17:37:23 +0200 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0aff552d..ccc366ba 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -15,7 +15,7 @@ jobs: run: | git config --global pack.threads "1" npm install - npm run downloaddata --url=${{ vars.$REPO_URL }} + npm run downloaddata --url=${{ vars.REPO_URL }} npm run dist - name: Archive dist folder uses: actions/upload-pages-artifact@v3