Skip to content

Commit

Permalink
Fix syntax of yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
didaquis committed Dec 11, 2020
1 parent eed0876 commit 6412993
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-to-surge.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Deploy
# This workflow will do an automated deployment on Surge.sh

name: Node.js CI - Deploy to Surge.sh

on:
push:
branches: [ main ]

jobs:
runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 6412993

Please sign in to comment.