update deploy action
This commit is contained in:
parent
7b68a52695
commit
f4a6976504
2 changed files with 5 additions and 1 deletions
|
@ -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
BIN
.github/workflows/.deploy.yml.swp
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue