Whitespace changes
This commit is contained in:
parent
2010af6c12
commit
188e302c9b
6 changed files with 51 additions and 51 deletions
42
.github/workflows/main.yaml
vendored
42
.github/workflows/main.yaml
vendored
|
|
@ -1,21 +1,21 @@
|
|||
name: Deploy site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
firebase-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout current branch with lfs
|
||||
uses: actions/checkout@master
|
||||
- name: Build site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Deploy html
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
name: Deploy site
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
firebase-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout current branch with lfs
|
||||
uses: actions/checkout@master
|
||||
- name: Build site
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
- name: Deploy html
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting:photo-schmelczer-dev --project schmelczer-dev
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue