Skip to content

Commit

Permalink
Merge pull request #2 from commerce-docs/ds_dist
Browse files Browse the repository at this point in the history
Fix the cp bug
  • Loading branch information
dshevtsov authored May 9, 2024
2 parents 00dddd3 + 63c8d8f commit 2ad95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
git fetch # fetch branches
git checkout ${TARGET_BRANCH} # checkout to your branch
cp -r dist/* storeferont # move all files from dist to storeferont
cp -r dist/* storeferont/ # move all files from dist to storeferont
- name: Commit and push changes
run: |
git config --global user.name 'devops-devdocs' # set your username
Expand Down

0 comments on commit 2ad95e9

Please sign in to comment.