Skip to content

Commit

Permalink
PPF-452: try this
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jan 20, 2024
1 parent 9f004c8 commit 86f23c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BLACK_ISORT_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -20,5 +18,4 @@ jobs:
run: pip install mkdocs
- name: Deploy docs to GitHub page
run: |
mkdocs build
mkdocs gh-deploy --no-history
mkdocs gh-deploy --force --clean --verbose

0 comments on commit 86f23c8

Please sign in to comment.