Skip to content

Commit 8784e04

Browse files
committed
Temporary comment out doc build
1 parent 3a28d82 commit 8784e04

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

.github/workflows/main.yaml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -96,41 +96,41 @@ jobs:
9696
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
9797
--generate-notes
9898
99-
update_docs:
100-
name: Update documentation
101-
needs:
102-
- github-release
103-
runs-on: ubuntu-latest
104-
105-
steps:
106-
- uses: actions/checkout@v3
107-
with:
108-
fetch-depth: 0
109-
110-
- name: Install Poetry using pipx
111-
run: pipx install poetry
112-
113-
- uses: actions/setup-python@v4
114-
with:
115-
python-version: '3.10'
116-
cache: 'poetry'
117-
118-
- name: Configure Git user
119-
run: |
120-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
121-
git config --local user.name "github-actions[bot]"
122-
123-
- name: Retrieve version
124-
id: check-version
125-
uses: samuelcolvin/[email protected]
126-
with:
127-
version_file_path: 'pyproject.toml'
128-
skip_env_check: true
129-
130-
- name: Deploy Documentation
131-
run: |
132-
poetry run mike deploy \
133-
--update-aliases \
134-
--push \
135-
--branch docs-site \
136-
${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest
99+
# update_docs:
100+
# name: Update documentation
101+
# needs:
102+
# - github-release
103+
# runs-on: ubuntu-latest
104+
#
105+
# steps:
106+
# - uses: actions/checkout@v3
107+
# with:
108+
# fetch-depth: 0
109+
#
110+
# - name: Install Poetry using pipx
111+
# run: pipx install poetry
112+
#
113+
# - uses: actions/setup-python@v4
114+
# with:
115+
# python-version: '3.10'
116+
# cache: 'poetry'
117+
#
118+
# - name: Configure Git user
119+
# run: |
120+
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
121+
# git config --local user.name "github-actions[bot]"
122+
#
123+
# - name: Retrieve version
124+
# id: check-version
125+
# uses: samuelcolvin/[email protected]
126+
# with:
127+
# version_file_path: 'pyproject.toml'
128+
# skip_env_check: true
129+
#
130+
# - name: Deploy Documentation
131+
# run: |
132+
# poetry run mike deploy \
133+
# --update-aliases \
134+
# --push \
135+
# --branch docs-site \
136+
# ${{ steps.check-version.outputs.VERSION_MAJOR_MINOR }} latest

0 commit comments

Comments
 (0)