Skip to content

Commit a4ae6f0

Browse files
committed
Github Workflows: releaser: Temporary hack to workaround upstream breakage.
1 parent 696c3cf commit a4ae6f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/xrepo--documenter.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
hatch --env develop run docsgen
3737
shell: bash
3838

39-
- name: Install Website Utility
40-
run: |
41-
pipx install emcd-projects
39+
# - name: Install Website Utility
40+
# run: |
41+
# pipx install emcd-projects
4242

4343
# TODO: Sign commit with GPG key or use Github API.
4444
# If Github API, need to upload tarball to LFS endpoint first.
@@ -53,7 +53,7 @@ jobs:
5353
git config --global user.name 'Github Actions Robot'
5454
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
5555
version="$(hatch --env develop version 2>/dev/null)"
56-
emcdproj website update "${version}" --production
56+
hatch run emcdproj website update "${version}" --production
5757
echo "website=$(pwd)/.auxiliary/artifacts/website" >>${GITHUB_OUTPUT}
5858
cat ${GITHUB_OUTPUT}
5959
shell: bash

0 commit comments

Comments
 (0)