Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
ci: Update build-deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
trimox committed Feb 16, 2020
1 parent 0572a82 commit 4d50928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Deploy Docs
name: Build and Deploy

on:
push:
Expand All @@ -13,7 +13,7 @@ on:
- '**/*.md'

jobs:
build-deploy-docs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand All @@ -38,7 +38,7 @@ jobs:

- name: Deploy documentation
uses: JamesIves/github-pages-deploy-action@releases/v3
env:
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: demos/dist/angular-mdc-demos/
Expand Down

0 comments on commit 4d50928

Please sign in to comment.