Skip to content

Commit

Permalink
fix docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent 93daebc commit 4b8ff48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,12 @@ jobs:
run: |
tar -xzf workspace.tar.gz
- name: Publish Docs
- name: Publish Docs to Github Pages
run: |
echo "$PWD"
ls
source venv/bin/activate
cp -R docsource/_build/html/. docs/
cp -r docsource/_build/html/. docs/
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add docs
Expand Down

0 comments on commit 4b8ff48

Please sign in to comment.