Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cracrayol authored Jul 7, 2024
1 parent 515128a commit 4e8b8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e8b8ef

Please sign in to comment.