Whitespace changes

This commit is contained in:
Andras Schmelczer 2022-09-17 20:34:03 +02:00
parent 2010af6c12
commit 188e302c9b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 51 additions and 51 deletions

View file

@ -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 }}