File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
if : ${{ contains(github.event.head_commit.message, '[build') }}
7
7
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
-
17
8
- name : Checkout Documentation
18
9
uses : actions/checkout@v4
19
10
with :
@@ -38,13 +29,15 @@ jobs:
38
29
python -m pip install -U pip wheel
39
30
- name : Build
40
31
run : |
41
- cd documentation/sphinx
32
+ echo "$PWD"
33
+ cd documentation/documentation/sphinx
34
+ echo "$PWD"
42
35
make html EXPYRIMENT_PATH=../expyriment
43
36
- name : Deploy
44
37
uses : JamesIves/github-pages-deploy-action@v4
45
38
with :
46
39
branch : gh-pages-test # change back to gh-pages after testing
47
- folder : documentation/sphinx/_build/html/
40
+ folder : documentation/documentation/ sphinx/_build/html/
48
41
target-folder : ./
49
42
clean-exclude : |
50
43
old/
You can’t perform that action at this time.
0 commit comments