Skip to content

Update index.html to display copyright for 2023 #23

Update index.html to display copyright for 2023

Update index.html to display copyright for 2023 #23

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@daddc62a2e67d1decb56e028c9fa68344b9b7c2a
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: |
nix build --print-build-logs
cd result && find * -type f