Skip to content

Workflow file for this run

- name: Deploy with gh-pages

Check failure on line 1 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 1
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 }}