Skip to content

remark external links (#9) #4

remark external links (#9)

remark external links (#9) #4

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Check lint
run: yarn check:lint
- name: Check prettier
run: yarn check:prettier
- name: Build
run: yarn build
- name: Deploy Preview to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PABLOPISKUNOW }}'
channelId: live
projectId: pablopiskunow