Skip to content

Commit

Permalink
Copy recursive for documentation move
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Mar 12, 2024
1 parent 9657e4d commit 963197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pip install .
sphinx-multiversion docs/source docs/build/html
cp docs/build/html ./_site
cp -r docs/build/html ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 963197a

Please sign in to comment.