Workflow config file is invalid. Please check your config file: yaml: line 16: could not find expected ':'
Arthur Wambst d1df8d75ce
test in cd
2025-09-08 18:18:59 +02:00

21 lines
473 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: |
cd banquise-website
npm ci
- run: |
cd banquise-website
npm run build