File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v2
1313
14- - name : Set up Python 3.8
15- uses : actions/setup-python@v2
16- with :
17- python-version : 3.8
14+ - name : Set up Python 3.8
15+ uses : actions/setup-python@v2
16+ with :
17+ python-version : 3.8
1818
19- - name : Install dependencies
20- run : |
21- python -m pip install --upgrade pip
22- python -m pip install -r dev.requirements.txt
23- - name : Build the book
24- run : |
25- make html docs/
26- - name : GitHub Pages action
27- 28- with :
29- github_token : ${{ secrets.GITHUB_TOKEN }}
30- publish_dir : ./_build/html
19+ - name : Install dependencies
20+ run : |
21+ python -m pip install --upgrade pip
22+ python -m pip install -r dev.requirements.txt
23+ - name : Build the book
24+ run : |
25+ make html docs/
26+ - name : GitHub Pages action
27+ 28+ with :
29+ github_token : ${{ secrets.GITHUB_TOKEN }}
30+ publish_dir : ./_build/html
You can’t perform that action at this time.
0 commit comments