Browse Source

Update deploy-docs-and-dashbaord.yml

master
Savorboard 3 years ago
committed by GitHub
parent
commit
1809f567cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/deploy-docs-and-dashbaord.yml

+ 4
- 0
.github/workflows/deploy-docs-and-dashbaord.yml View File

@@ -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:


Loading…
Cancel
Save