mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixing action names
This commit is contained in:
5
.github/workflows/docs-deploy-main.yml
vendored
5
.github/workflows/docs-deploy-main.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Meteor Docs
|
||||
name: Meteor Docs PR
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
|
||||
4
.github/workflows/guide-main-deploy.yml
vendored
4
.github/workflows/guide-main-deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user