diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index bf42c630..0aff552d 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=$REPO_URL + npm run downloaddata --url=${{ vars.$REPO_URL }} npm run dist - name: Archive dist folder uses: actions/upload-pages-artifact@v3