Skip to content

Commit 6ba5877

Browse files
committed
trim
1 parent 27b4471 commit 6ba5877

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -41,42 +41,3 @@ jobs:
4141
user_email: '[email protected]'
4242
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-
# user_email: '[email protected]'
81-
# github_token: ${{ secrets.GITHUB_TOKEN }}
82-
# publish_dir: docs/_build/html

0 commit comments

Comments
 (0)