Savorboard
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
4 aggiunte e
0 eliminazioni
-
.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: |
|
|
|