Skip to content

fixing typo in Quebec #20

fixing typo in Quebec

fixing typo in Quebec #20

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches: [ 'main' ]
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 19.x
cache: npm
cache-dependency-path: package-lock.json
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy to GH Pages 🚀
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build