diff --git a/.github/workflows/publish-website.yaml b/.github/workflows/publish-website.yaml index f3ddd92..24b88fb 100644 --- a/.github/workflows/publish-website.yaml +++ b/.github/workflows/publish-website.yaml @@ -65,6 +65,9 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable + - name: Current time + run: date +%c + - name: Build website run: nix build @@ -97,6 +100,9 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable + - name: Current time + run: date +%c + - name: Build website run: nix build