Skip to content

Commit

Permalink
chore: Update generate_docs workflow to fix typo in file path for cop…
Browse files Browse the repository at this point in the history
…ying documentation site
  • Loading branch information
dasunpubudumal committed Aug 23, 2024
1 parent 8f028f8 commit a742bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 site/* docs/
cp -r documenation/site/* docs/
- name: Upload artifact to GitHub Pages
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ docs/_build/
docs/build
docs/tol_lab_share.**.rst
doc
documentation/site

# PyBuilder
target/
Expand Down

0 comments on commit a742bdd

Please sign in to comment.