Skip to content

Commit

Permalink
Rm docs workflow (rjsf-team#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored Mar 13, 2023
1 parent 73caabd commit c4eb56d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,3 @@ jobs:
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NOTE: The following workflow is deprecated. The docs are new deployed to GitHub pages above.
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -r requirements.docs.txt
- run: mkdocs build --clean

0 comments on commit c4eb56d

Please sign in to comment.