File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - 1.4.x
8+ tags :
9+ - ' *'
810 pull_request :
911 branches :
1012 - main
4951 - name : Build documentation
5052 run : doc/make.py --warnings-are-errors
5153
54+ - name : Build documentation zip
55+ run : doc/make.py zip_html
56+
5257 - name : Build the interactive terminal
5358 run : |
5459 cd web/interactive_terminal
7378 run : rsync -az --delete doc/build/html/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas/pandas-docs/dev
7479 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
7580
81+ - name : Upload prod docs
82+ run : rsync -az --delete doc/build/html/ docs@${{ secrets.server_ip }}:/usr/share/nginx/pandas/pandas-docs/version/${GITHUB_REF_NAME}
83+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
84+
7685 - name : Move docs into site directory
7786 run : mv doc/build/html web/build/docs
7887
You can’t perform that action at this time.
0 commit comments