Skip to content

Commit

Permalink
correct cp inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmkjr authored Nov 1, 2024
1 parent 33d8de9 commit 2e7d37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Create dist folder
run: mkdir dist && cp -R src dist/.
run: mkdir dist && cp -R src dist
- name: Update DATE_LOCAL
uses: richardrigutins/replace-in-files@v2
with:
Expand Down

0 comments on commit 2e7d37a

Please sign in to comment.