add prizes update #182
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Check site validity" | |
| on: | |
| push | |
| jobs: | |
| site: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Check Nix flake inputs | |
| uses: DeterminateSystems/flake-checker-action@v4 # This action | |
| - name: Install Nix | |
| uses: DeterminateSystems/nix-installer-action@v3 | |
| - name: Build site | |
| run: nix build -L .#site |