Compare commits
No commits in common. "ac5b7f3a106b9b30191fac2641cb83d9b7166ea5" and "fe08fdd7bbb72f3d423af06313ff121ab9a88d57" have entirely different histories.
ac5b7f3a10
...
fe08fdd7bb
3 changed files with 2 additions and 11 deletions
1
.envrc
1
.envrc
|
@ -1 +0,0 @@
|
|||
use nix
|
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.111.3
|
||||
NODE_VERSION: 18.14.2
|
||||
HUGO_VERSION: 0.108.0
|
||||
NODE_VERSION: 18.12.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/994e2ef9e9c70b4dd7257f73452a94e871723685.tar.gz") {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.hugo
|
||||
pkgs.nodejs
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue