Skip to content

Commit

Permalink
Merge pull request #16 from jeepies/build-process
Browse files Browse the repository at this point in the history
feat: setup build action
  • Loading branch information
jeepies authored Jan 11, 2025
2 parents daea45f + a55fd93 commit 14f7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm run build

- name: clone package.json
run: cp package.json /build
run: cp package.json ./build

- name: push
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit 14f7546

Please sign in to comment.