diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dec7ddbc9..e34a03bd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,9 +186,10 @@ jobs: - uses: DeterminateSystems/determinate-nix-action@main - uses: DeterminateSystems/flakehub-cache-action@main - name: Build manual + if: inputs.system == 'x86_64-linux' run: nix build .#hydraJobs.manual - uses: nwtgck/actions-netlify@v3.0 - if: inputs.publish_manual + if: inputs.publish_manual && inputs.system == 'x86_64-linux' with: publish-dir: "./result/share/doc/nix/manual" production-branch: detsys-main