mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-17 20:50:29 +03:00
General fix and consistency changes (#428)
This commit is contained in:
parent
a32ffdf6d4
commit
05eaa8d3e0
7 changed files with 13 additions and 13 deletions
10
.github/workflows/netlify-dev.yaml
vendored
10
.github/workflows/netlify-dev.yaml
vendored
|
|
@ -6,13 +6,15 @@ on:
|
|||
- dev
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
deploy-to-netlify:
|
||||
name: 'Deploy'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.0
|
||||
- uses: jsmrcaga/action-netlify-deploy@v1.7.2
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.0.0
|
||||
- name: Build and deploy to Netlify
|
||||
uses: jsmrcaga/action-netlify-deploy@v1.7.2
|
||||
with:
|
||||
install_command: "npm ci"
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue