Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornarhagen committed Jul 16, 2023
1 parent 18e0df7 commit bee9a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: bash build.sh

- name: Copy contents of "dist/" into ".vercel/output/static/"
run: mkdir -p .vercel/output/static/ && cp -r dist/ .vercel/output/static/
run: mkdir -p .vercel/output/static/ && cp -r dist/** .vercel/output/static

- name: Copy vercel-config.json to ".vercel/output/config.json"
run: cp vercel-config.json .vercel/output/config.json
Expand Down

0 comments on commit bee9a01

Please sign in to comment.