Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Attempt to fix auto niv update #10

Attempt to fix auto niv update

Attempt to fix auto niv update #10

Workflow file for this run

name: "deploy"
on:
push:
branches: ["master"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- name: build
run: nix-build ./stats.nix
- run: mkdir ./pages
- run: cp result ./pages/index.html
- name: deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./pages