Merge remote-tracking branch 'origin/main' into saschagrunert-suggestions
This commit is contained in:
14
.github/workflows/cli.yml
vendored
14
.github/workflows/cli.yml
vendored
@@ -98,3 +98,17 @@ jobs:
|
||||
run: |
|
||||
git diff --exit-code
|
||||
git diff --cached --exit-code
|
||||
|
||||
publish:
|
||||
if: startswith(github.ref, 'refs/tags/')
|
||||
name: publish
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Publish Docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.MKDOCS_PUBLISH_GITHUB_TOKEN }}
|
||||
REQUIREMENTS: mkdocs-requirements.txt
|
||||
|
Reference in New Issue
Block a user