mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-26 12:50:56 -05:00
fix credentials (#1758)
This commit is contained in:
8
.github/workflows/release-docs.yml
vendored
8
.github/workflows/release-docs.yml
vendored
@@ -19,15 +19,17 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for proper gh-pages deployment
|
||||
persist-credentials: false
|
||||
persist-credentials: true # So that the token is available for pushing
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r docs/requirements-docs.txt
|
||||
|
||||
- name: Deploy docs
|
||||
run: |
|
||||
set -eux # fail on error
|
||||
pip install -r docs/requirements-docs.txt
|
||||
mkdocs gh-deploy
|
||||
|
||||
Reference in New Issue
Block a user