3 Commits

Author SHA1 Message Date
renovate[bot]
5c968aa458 Merge 947d576885 into 1536ce8ed1 2025-02-06 02:10:09 +00:00
renovate[bot]
947d576885 Update peaceiris/actions-gh-pages action to v4 2025-02-06 02:10:06 +00:00
Dave Gallant
1536ce8ed1 Update shell.nix 2025-02-05 20:32:08 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- run: hugo --minify
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: generated

View File

@@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
in