Skip to content

Replace stubbed awards text #277

Replace stubbed awards text

Replace stubbed awards text #277

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Node packages
run: npm install
- name: Build site
run: npm run build
- name: Check if the pre-render completed successfully
run: |
if [ ! -d .output/public/_nuxt ]; then
exit 1
fi
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.output/public
cname: together.taxonworks.org