File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ jobs:
1212 container : debian:buster-slim
1313
1414 steps :
15- uses : actions/checkout@v2
16-
17- - name : Prereqs
18- env :
19- GITHUB_TOKEN : ${{ secrets.CREATE_DEMO_SECRET }}
20- run : |
21- set -x
22- apt-get update
23- apt-get install -y git
24- git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
25- shell : bash
26-
27- - name : Run build script for Sphinx pages
28- env :
29- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30- run : " docs/buildsite.sh"
31- shell : bash
15+ uses : actions/checkout@v2
16+
17+ - name : Prereqs
18+ env :
19+ GITHUB_TOKEN : ${{ secrets.CREATE_DEMO_SECRET }}
20+ run : |
21+ set -x
22+ apt-get update
23+ apt-get install -y git
24+ git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
25+ shell : bash
26+
27+ - name : Run build script for Sphinx pages
28+ env :
29+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30+ run : " docs/buildsite.sh"
31+ shell : bash
3232
3333
3434
You can’t perform that action at this time.
0 commit comments