Skip to content

Docs: fixed typo in functions installation #88

Docs: fixed typo in functions installation

Docs: fixed typo in functions installation #88

Workflow file for this run

name: CI deploy
on:
push:
branches:
- main
jobs:
deploy-production:
name: Deploy to production
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v3
- name: Build 🏗️
uses: ./.github/actions/build
- name: Fix base URL 🔧
run: sed -i "s/.\/assets/\/assets/" dist/index.html
- name: Fix 404 on page reload 🚧
uses: sliit-foss/actions/preview-deployments/404@main
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./dist/
branch: gh-pages
clean-exclude: preview