diff options
| author | Christine Dodrill <me@christine.website> | 2020-07-16 15:41:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 15:41:55 -0400 |
| commit | 1f7f32fcaf8dfef001a661f2a1da2067542660db (patch) | |
| tree | 9118d506b99e3cd718c0ce967af608ca913c1058 /.github | |
| parent | 385d25c9f96c0acd5d932488e3bd0ed36ceb4dd7 (diff) | |
| download | xesite-1f7f32fcaf8dfef001a661f2a1da2067542660db.tar.xz xesite-1f7f32fcaf8dfef001a661f2a1da2067542660db.zip | |
Update nix.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nix.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a2e3a4a..1f41c3e 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -30,6 +30,7 @@ jobs: needs: docker-build if: github.ref == 'refs/heads/master' steps: + - uses: actions/checkout@v1 - uses: cachix/install-nix-action@v6 - name: deploy run: ./scripts/release.sh |
