File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 41414242 github_token : ${{ secrets.GITHUB_TOKEN }}
4343 publish_dir : docs/_build/html
44-
45- # build-and-deploy:
46- # runs-on: ubuntu-latest
47-
48- # steps:
49- # - name: Checkout Source
50- # uses: actions/checkout@v2
51-
52- # - name: Set up Python
53- # uses: actions/setup-python@v2
54- # with:
55- # python-version: '3.12' # Specify the Python version
56-
57- # - name: Install Dependencies
58- # run: |
59- # sudo apt-get install tree
60- # python -m pip install --upgrade pip
61- # pip install setuptools sphinx sphinx_rtd_theme
62- # pip install -r docs/requirements.txt
63- # # Install any other dependencies here
64-
65- # - name: Install Package
66- # run: |
67- # pip install .
68-
69- # - name: Build Documentation
70- # run: |
71- # cd docs
72- # make html
73- # ls _build/html
74- # tree _build/html
75-
76- # - name: Deploy to GitHub Pages
77- # uses: peaceiris/actions-gh-pages@v3
78- # with:
79- # user_name: 'tyeth'
80- 81- # github_token: ${{ secrets.GITHUB_TOKEN }}
82- # publish_dir: docs/_build/html
You can’t perform that action at this time.
0 commit comments