update deploy actions
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 27s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 27s
This commit is contained in:
parent
e95550deba
commit
69eddf6839
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: ls -l
|
- run: ls -l
|
||||||
- run: npm install
|
- run: npm ci
|
||||||
- run: npm docs:build
|
- run: npm run docs:build
|
||||||
- run: echo "implement deploy"
|
- run: echo "implement deploy"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue