You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a GitHub Actions workflow that builds jq.1.prebuilt, jq.1, the website (as a tarball), and mantests, and then makes a GitHub release of those artifacts so we can:
manually update jq.1.prebuilt in the source tree and commit it
manually update tests/man.test in the source tree and commit it
manually update the gh_pages from the website tarball
The text was updated successfully, but these errors were encountered:
When we update the manual files, we need to update jq.1.prebuild and tests/man.test to make the PR status green #2697.
The website is automatically updated by Github Actions #2603.
What's missing?
We need a GitHub Actions workflow that builds
jq.1.prebuilt
,jq.1
, the website (as a tarball), and mantests, and then makes a GitHub release of those artifacts so we can:jq.1.prebuilt
in the source tree and commit ittests/man.test
in the source tree and commit itgh_pages
from the website tarballThe text was updated successfully, but these errors were encountered: