Skip to content

Commit

Permalink
Update build_and_deploy.yml [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd authored May 30, 2024
1 parent 34339b6 commit 52ba232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: expyriment/expyriment
path: expyriment
path: ../expyriment
- name: Set up Python
uses: actions/setup-python@v5
- name: Install dependencies
Expand All @@ -29,6 +29,7 @@ jobs:
run: |
echo "$PWD"
sudo apt-get install -y tree
cd
tree -d
cd expyriment/documentation/sphinx
make html
Expand Down

0 comments on commit 52ba232

Please sign in to comment.