๐ŸŒ My personal website, written in Haskell and Sass skiletro.com
personal-website website portfolio haskell ssg
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: `build` instead of `run` in workflow

+1 -1
+1 -1
.github/workflows/publish.yml
··· 26 26 github_access_token: ${{ secrets.GITHUB_TOKEN }} 27 27 28 28 - name: Build Site using Hakyll 29 - run: nix run .# 29 + run: nix build 30 30 31 31 - name: Setup Pages 32 32 id: pages