We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696c3cf commit a4ae6f0Copy full SHA for a4ae6f0
1 file changed
.github/workflows/xrepo--documenter.yaml
@@ -36,9 +36,9 @@ jobs:
36
hatch --env develop run docsgen
37
shell: bash
38
39
- - name: Install Website Utility
40
- run: |
41
- pipx install emcd-projects
+ # - name: Install Website Utility
+ # run: |
+ # pipx install emcd-projects
42
43
# TODO: Sign commit with GPG key or use Github API.
44
# If Github API, need to upload tarball to LFS endpoint first.
@@ -53,7 +53,7 @@ jobs:
53
git config --global user.name 'Github Actions Robot'
54
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
55
version="$(hatch --env develop version 2>/dev/null)"
56
- emcdproj website update "${version}" --production
+ hatch run emcdproj website update "${version}" --production
57
echo "website=$(pwd)/.auxiliary/artifacts/website" >>${GITHUB_OUTPUT}
58
cat ${GITHUB_OUTPUT}
59
0 commit comments