We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb6bac commit 54a8419Copy full SHA for 54a8419
.github/workflows/release-eql.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Package documentation
99
run: |
100
- mise run docs:package -- ${{ github.event.release.tag_name }}
+ mise run docs-package ${{ github.event.release.tag_name }}
101
102
- name: Upload documentation artifacts
103
uses: actions/upload-artifact@v4
mise.toml
@@ -41,9 +41,3 @@ run = """
41
echo "Validating required tags..."
42
./tasks/validate-required-tags.sh
43
"""
44
-
45
-[tasks."docs:package"]
46
-description = "Package documentation for release"
47
-run = """
48
- ./tasks/docs-package.sh {{arg(name="version", default="dev")}}
49
-"""
0 commit comments