diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 402ade6..3f573cc 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,5 +1,5 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions +name: Build +run-name: CI/CD website on: [push] jobs: @@ -12,11 +12,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: '24.x' - - name: install dep + - name: Install dependencies run: | cd banquise-website npm ci - - name: build + - name: Building run: | cd banquise-website npm run build