Skip to content

Commit

Permalink
Merge branch 'blog'
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Jan 31, 2024
2 parents 7bb6309 + ed0aa7e commit 20d2ae6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 20 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Deploy Blog Pages

on:
push:
paths:
- blog

concurrency: pages

jobs:
build:
Expand All @@ -18,13 +14,9 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v21

- name: Setup pages
uses: actions/configure-pages@v3

- name: Build docs
run: |
nix build .#blog
cp -r --no-preserve=all result/ _site
nix build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
1 change: 1 addition & 0 deletions blog/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ocfox.me
19 changes: 10 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
};

inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "git+file:///home/ocfox/dev/nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# nixpkgs.url = "git+file:///home/ocfox/dev/nixpkgs";
minegrub.url = "github:ocfox/minegrub-theme";
agenix.url = "github:ryantm/agenix";
factorio-versions.url = "github:ocfox/factorio-versions";
Expand Down

0 comments on commit 20d2ae6

Please sign in to comment.