Skip to content

Fix routing

Fix routing #5

Workflow file for this run

name: Node.js CI/CD
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
# Pull the repo
- name: Pull latest changes
run: git pull