ci: add secret variable to temporarily freeze updating docs website

This commit is contained in:
Oleg Kalachev
2023-04-12 01:34:34 +03:00
parent cbba62d165
commit d6101dc0a3

View File

@@ -81,5 +81,8 @@ jobs:
needs: docs
steps:
- name: Deploy to GitHub Pages
env:
FREEZE_DOCS: ${{ secrets.FREEZE_DOCS }}
if: ${{ !env.FREEZE_DOCS }}
id: deployment
uses: actions/deploy-pages@v1