Skip to content

Commit

Permalink
Update DeployMkDocs.yml
Browse files Browse the repository at this point in the history
Update DeployMkDocs.yml
Update DeployMkDocs.yml
Update DeployMkDocs.yml
Update DeployMkDocs.yml
  • Loading branch information
Sewer56 committed Dec 23, 2020
1 parent 22f35c0 commit c00aae3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/DeployMkDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: DeployMkDocs
on:
# Triggers the workflow on push on the master branch
push:
branches: [ master ]
branches: [ mkdocs ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,12 +20,13 @@ jobs:
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Checkout Branch
uses: actions/checkout@v2

# Deploy MkDocs
- name: Deploy MkDocs
# You may pin to the exact commit or the version.
# uses: mhausenblas/mkdocs-deploy-gh-pages@66340182cb2a1a63f8a3783e3e2146b7d151a0bb
uses: mhausenblas/mkdocs-deploy-gh-pages@1.16
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c00aae3

Please sign in to comment.