Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Apr 23, 2024
1 parent 59ec8ac commit e4b5d03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:
python-version: 3.11
- run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.7.1 python3 -
- run: poetry install
- run: poetry run mkdocs gh-deploy

- name: deploy docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: poetry run mkdocs gh-deploy --force

0 comments on commit e4b5d03

Please sign in to comment.