diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce4f910..dd993c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Build PDF run: | nix build -L - cp -r --no-preserve=mode,ownership result/ site + cp -r --no-preserve=mode,ownership result/ dist - name: Upload artifacts if: github.ref == 'refs/heads/main'