File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - name : Comment Deploy Preview Link
12
- uses :
thollander/[email protected]
13
- with :
14
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
- message : Test. Nice PR!👍 Deploy preview available at https://epicfaace.github.io/cpython/${{ github.sha }}
16
11
- uses : actions/checkout@v2
17
12
- name : Setup Python
18
13
19
14
with :
20
15
python-version : 3.7
21
16
- name : Build documentation
22
17
run : |
23
- # make venv
24
- # make html
25
- mkdir -p build/html
26
- echo "Hello world<h1>aaa</h1>" > build/html/index.html
18
+ make venv
19
+ make html
27
20
mkdir to-github
28
21
mv build/html to-github/${GITHUB_SHA}
29
22
working-directory : Doc
37
30
uses :
thollander/[email protected]
38
31
with :
39
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
- message : Nice PR!👍 Deploy preview available at https://epicfaace.github.io/cpython/${GITHUB_SHA }
33
+ message : Deploy preview available at https://epicfaace.github.io/cpython/${{ github.sha } }
You can’t perform that action at this time.
0 commit comments