Skip to content

Merge pull request #6 from WATonomous/update_creating_purchase_requests #9

Merge pull request #6 from WATonomous/update_creating_purchase_requests

Merge pull request #6 from WATonomous/update_creating_purchase_requests #9

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