update deploy action
Some checks failed
/ test (push) Successful in 11s
deploy to prod / Build and deploy site (push) Failing after 21s

This commit is contained in:
Douze Bé 2024-09-26 09:28:12 +02:00
parent 7b68a52695
commit f4a6976504
2 changed files with 5 additions and 1 deletions

View file

@ -3,10 +3,14 @@ on:
push:
branches:
- prod
build-and-deploy:
jobs:
build:
name: Build and deploy site
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: ls -l
- run: npm install
- run: npm docs:build
- run: echo "implement deploy"

BIN
.github/workflows/.deploy.yml.swp vendored Normal file

Binary file not shown.