Skip to content

Updated Forms for 2026 #95

Updated Forms for 2026

Updated Forms for 2026 #95

Workflow file for this run

name: github pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm ci
- run: npm run build
env:
# prevents lint warnings from being errors
CI: false
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: ufsolargators.org