Skip to content

VP Onboarding page created (#8) #12

VP Onboarding page created (#8)

VP Onboarding page created (#8) #12

name: Build and Deploy Website
on:
push:
branches: [ "main" ]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 22
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Run install and export
run: |
npm install
npm run export
- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
publish_branch: gh-pages
cname: wiki.watonomous.ca