Skip to content

Commit 94b8143

Browse files
authored
Update build_and_deploy.yml [build]
1 parent e78b2ca commit 94b8143

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
if: ${{ contains(github.event.head_commit.message, '[build') }}
77
steps:
8-
#- name: Checkout expyriment
9-
# run: |
10-
# git clone https://github.com/expyriment/expyriment
11-
#- name: Checkout documentation
12-
# run: |
13-
# cd expyriment
14-
# echo "$PWD"
15-
# git clone https://github.com/expyriment/documentation
16-
178
- name: Checkout Documentation
189
uses: actions/checkout@v4
1910
with:
@@ -38,13 +29,15 @@ jobs:
3829
python -m pip install -U pip wheel
3930
- name: Build
4031
run: |
41-
cd documentation/sphinx
32+
echo "$PWD"
33+
cd documentation/documentation/sphinx
34+
echo "$PWD"
4235
make html EXPYRIMENT_PATH=../expyriment
4336
- name: Deploy
4437
uses: JamesIves/github-pages-deploy-action@v4
4538
with:
4639
branch: gh-pages-test # change back to gh-pages after testing
47-
folder: documentation/sphinx/_build/html/
40+
folder: documentation/documentation/sphinx/_build/html/
4841
target-folder: ./
4942
clean-exclude: |
5043
old/

0 commit comments

Comments
 (0)