diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 886f83b1c1a..937811f86e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -120,6 +120,9 @@ jobs: make clean make -j ${{ env.MAKE_J }} html BUILD=foreman-el make -j ${{ env.MAKE_J }} html BUILD=foreman-deb + make -j ${{ env.MAKE_J }} html BUILD=foremanctl-katello + make -j ${{ env.MAKE_J }} html BUILD=foremanctl-orcharhino + make -j ${{ env.MAKE_J }} html BUILD=foremanctl-satellite make -j ${{ env.MAKE_J }} html BUILD=katello make -j ${{ env.MAKE_J }} html BUILD=satellite make -j ${{ env.MAKE_J }} html BUILD=orcharhino