Fixing action names

This commit is contained in:
filipenevola
2021-10-21 18:22:57 -04:00
parent dbaa407f2f
commit 82c4e61daf
3 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
name: Meteor Docs
name: Meteor Docs Devel
on:
push:
paths:
@@ -12,7 +12,6 @@ jobs:
if:
contains('
refs/heads/devel
refs/heads/master
', github.ref)
steps:
- uses: actions/checkout@v2
@@ -20,7 +19,7 @@ jobs:
with:
node-version: 12.x
cache: npm
- name: Build the Guide
- name: Build the Docs
run: npm ci && npm run build
- name: Deploy to Netlify for preview
uses: nwtgck/actions-netlify@v1.2.2

View File

@@ -1,4 +1,4 @@
name: Meteor Docs
name: Meteor Docs PR
on:
pull_request:
paths:

View File

@@ -1,4 +1,4 @@
name: Meteor Guide main deploy
name: Meteor Guide Devel
on:
push:
paths:
@@ -12,7 +12,6 @@ jobs:
if:
contains('
refs/heads/devel
refs/heads/master
', github.ref)
steps:
- uses: actions/checkout@v2
@@ -30,7 +29,6 @@ jobs:
if:
contains('
refs/heads/devel
refs/heads/master
', github.ref)
steps:
- uses: actions/checkout@v2