Skip to content

Commit

Permalink
fix: correct name for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 3, 2024
1 parent 6166924 commit 236f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
mkdir -p /tmp/temp-docs
cp -r docs/ /tmp/temp-docs/
cp README.md /tmp/temp-readme/
cp readme.md /tmp/temp-readme/
- name: Checkout docs branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 236f6ba

Please sign in to comment.