Skip to content

chore: prepare for 0.6.1 #26

chore: prepare for 0.6.1

chore: prepare for 0.6.1 #26

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge (live)
on:
push:
paths:
- 'docs/**'
- 'mkdocs.yml'
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material pillow cairosvg
- run: mkdocs build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_AUGUST_BUILD }}'
channelId: live
projectId: august-build