Savorboard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
.github/workflows/deploy-docs-and-dashbaord.yml
|
|
@@ -54,6 +54,10 @@ jobs: |
|
|
|
if: ${{ needs.changes.outputs.docs == 'true' }} |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout 🛎️ |
|
|
|
uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
persist-credentials: false |
|
|
|
- name: Deploy docs 🚀 |
|
|
|
uses: mhausenblas/mkdocs-deploy-gh-pages@master |
|
|
|
env: |
|
|
|