Skip to content

Commit

Permalink
Update deployment workflow to include README.md in docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ouhammmourachid committed Aug 28, 2024
1 parent 60d9117 commit 50a9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: change directory and sync index.md with README.md
run: |
cd docs
cp ../README.md pages/index.mdx
cp ../README.md pages/index.md
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 50a9d6e

Please sign in to comment.