0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

merge two jobs into one (#1857)

This commit is contained in:
freezy 2019-10-03 13:03:58 +02:00 committed by Marcus Bointon
parent fb3b27b506
commit f2e2153a13

View File

@ -4,8 +4,8 @@ on:
branches:
- master
jobs:
build:
name: Build Docs
build_and_publish:
name: Build and publish Docs
runs-on: ubuntu-latest
steps:
- name: Checkout sources
@ -14,21 +14,6 @@ jobs:
fetch-depth: 1
- name: Build Docs
uses: ./.github/actions/build-docs
- name: Upload file artifacts
uses: actions/upload-artifact@v1
with:
name: docs
path: docs
publish:
name: Publish Docs
needs: build
runs-on: ubuntu-latest
steps:
- name: Download file artifacts
uses: actions/download-artifact@v1
with:
name: docs
- name: Publish Docs to gh-pages
uses: maxheld83/ghpages@v0.2.1
env: