diff --git a/deploy-static-site/action.yaml b/deploy-static-site/action.yaml index 3459fc9..9a14ef2 100644 --- a/deploy-static-site/action.yaml +++ b/deploy-static-site/action.yaml @@ -49,7 +49,9 @@ runs: steps: - name: Install tools shell: bash - run: NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure nixpkgs#nomad nixpkgs#awscli2 nixpkgs#skopeo + run: | + NIXPKGS_ALLOW_UNFREE=1 nix profile install --impure nixpkgs#nomad nixpkgs#awscli2 nixpkgs#skopeo + echo "$HOME/.nix-profile/bin" >> $GITHUB_PATH - name: Build site shell: bash