Skip to content

Commit

Permalink
chore: Fix typo in file path for copying documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Aug 23, 2024
1 parent a742bdd commit 6119a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create mkdocs documentation
run: |
mkdocs build -f documentation/mkdocs.yml
cp -r documenation/site/* docs/
cp -r documentation/site/* docs/
- name: Upload artifact to GitHub Pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6119a4d

Please sign in to comment.