@@ -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