Skip to content

use cachyos_kernel and scx #101

use cachyos_kernel and scx

use cachyos_kernel and scx #101

Workflow file for this run

name: Deploy Blog Pages
on:
push:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build docs
run: |
nix build .#blog
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: result