Skip to content

bduhbya is building the project #13

bduhbya is building the project

bduhbya is building the project #13

name: push_build
run-name: ${{ github.actor }} is building the project
on: [push]
jobs:
build_project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Change directory and run build
working-directory: rpg-buddy
run: yarn; npx next build