lpk-website

Lillehammer pistolklubb website
git clone https://git.echoz.io/lpk-website.git
Log | Files | Refs | README | LICENSE

commit 955ca08e65cc33af8b521b360eff35b957400471
parent a24083e798b9449ed0778033395e24d9c1066029
Author: Chris <chris@echoz.io>
Date:   Fri,  8 May 2026 15:24:26 +0200

chore(ci): sentence case for step names

Diffstat:
M.github/workflows/production.yaml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml @@ -10,15 +10,15 @@ jobs: name: Build and deploy runs-on: ubuntu-latest steps: - - name: checkout + - name: Checkout uses: actions/checkout@v6 with: submodules: true - - name: install nix + - name: Install nix uses: cachix/install-nix-action@v31 - - name: build + - name: Build run: nix build - - name: deploy + - name: Deploy run: | set -e id_rsa=$(mktemp)