Skip to content

Added the first post. #5

Added the first post.

Added the first post. #5

Workflow file for this run

name: Build site to test PRs
on: pull_request
jobs:
build_site:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
#cache: npm
- name: Install dependencies
run: npm install
- name: build
env:
BASE_PATH: "/levimcgomes.github.io"
run: |
npm run build
touch build/.nojekyll