update deploy action #2

Merged
douzeb merged 1 commit from main into prod 2024-09-26 07:29:57 +00:00
2 changed files with 5 additions and 1 deletions

View file

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

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

Binary file not shown.