Skip to content

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: Deploy
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/repairbench/repairbench.github.io.git
npm run deploy
env:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}