Compare commits

...

2 commits

Author SHA1 Message Date
69eddf6839 update deploy actions
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 27s
2024-09-26 09:32:30 +02:00
e95550deba remove demo action 2024-09-26 09:31:49 +02:00
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: debian-latest
steps:
- run: node --version

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: ls -l
- run: npm install
- run: npm docs:build
- run: npm ci
- run: npm run docs:build
- run: echo "implement deploy"