Skip to content

buid: fix homepage;

buid: fix homepage; #4

Workflow file for this run

name: Build and Release
on:
push:
branches: ['main']
workflow_dispatch:
jobs:
build and push:

Check failure on line 8 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Build and Release

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 8, Col: 3): The identifier 'build and push' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check node version
run: node -v
- name: Install dependencies
run: npm ci
- name: Build the app
run: npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.