Skip to content

Commit

Permalink
change nix action
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Nov 28, 2023
1 parent 4cfb263 commit 0e46685
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
ssh-key: ${{ secrets.GIT_SSH_KEY }}
ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Install nix
uses: cachix/install-nix-action@v18
# Nix
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Create anonymized repo
run: nix run github:ictunion/git-anonymize -- . -o /tmp/anonymized -n 'ICT Guerrilla' -e '[email protected]' -r HEAD production
Expand Down Expand Up @@ -61,10 +62,9 @@ jobs:
ssh-key: ${{ secrets.GIT_SSH_KEY }}
ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Install nix
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
# Nix
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Current time
run: date +%c
Expand Down Expand Up @@ -96,10 +96,9 @@ jobs:
ssh-key: ${{ secrets.GIT_SSH_KEY }}
ssh-known-hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Install nix
uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
# Nix
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Current time
run: date +%c
Expand Down

0 comments on commit 0e46685

Please sign in to comment.