Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-pdommer committed Sep 28, 2023
1 parent e64361f commit 9d3b4ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
run: |
npm ci
npm run build
- name: Copy README.md and images to public
run: |
sed -i 's+./docs/+./+g' README.md
cp README.md public/README.md
- name: Copy docs to public
run: |
Expand Down

0 comments on commit 9d3b4ef

Please sign in to comment.