Skip to content

📝 Update the article on installing Java via Homebrew #63

📝 Update the article on installing Java via Homebrew

📝 Update the article on installing Java via Homebrew #63

Workflow file for this run

name: Build Site
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Build Site
run: npm run build