Skip to content

Commit

Permalink
Strip owner of artefact when copying from Nix store.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Jun 26, 2023
1 parent 98f1c6a commit d3609e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
skip_adding_nixpkgs_channel: true

- name: Add Cachix binary caches
uses: cachix/cachix-action@v12
Expand All @@ -40,7 +39,7 @@ jobs:

- name: Build website
run: |
cp -R "$(nix-build --no-out-link)" result
cp --recursive --dereference --no-preserve=mode,ownership "$(nix-build --no-out-link)" result
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit d3609e7

Please sign in to comment.