diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-07 18:18:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-08 14:55:09 -0700 |
| commit | 37bc4248220fe94d47772f974d80c58fc375bb16 (patch) | |
| tree | af1869555c8844efc41afab75d8491b33d2596f2 /users/fcuny/resume/.drone.yml | |
| parent | drone: add configuration (diff) | |
| download | infra-37bc4248220fe94d47772f974d80c58fc375bb16.tar.gz | |
simplify the build
Running `nix build` is enough to generate the file `resume.html`. It
will be created in the `result` directory automatically.
The configuration for the build is also updated to run `nix build`
Diffstat (limited to 'users/fcuny/resume/.drone.yml')
| -rw-r--r-- | users/fcuny/resume/.drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/fcuny/resume/.drone.yml b/users/fcuny/resume/.drone.yml index 9639cb1..0cffea5 100644 --- a/users/fcuny/resume/.drone.yml +++ b/users/fcuny/resume/.drone.yml @@ -5,4 +5,5 @@ name: default steps: - name: build commands: - - nix run .#publishHTML + - nix build + - ls -l result/ |
