Skip to content

Add portfolio detail page template matching blog style #12

Add portfolio detail page template matching blog style

Add portfolio detail page template matching blog style #12

Workflow file for this run

# Workflow to build Nix package and push it to the Cachix binary cache
name: 🛫 Build and push to Cachix
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Nix
uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v16
with:
name: qgiswebsite
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Run flake checks
run: nix flake check
- name: Build with Nix
run: nix build .#website