Skip to content

Commit

Permalink
deploy_mkdocs.yml, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkumpf authored Aug 19, 2021
1 parent bc3f4a5 commit b4cb9c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
uses: actions/checkout@v1

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.MKDOCS_ACTION_TOKEN }}
#CUSTOM_DOMAIN: optionaldomain.com
#CONFIG_FILE: folder/mkdocs.yml
EXTRA_PACKAGES: build-base mkdocs-redirects markdown-fenced-code-tabs
# GITHUB_DOMAIN: github.myenterprise.com

0 comments on commit b4cb9c1

Please sign in to comment.