Skip to content

Commit

Permalink
ci: 👷 insider version removed from test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
onuralpszr authored Feb 16, 2025
1 parent 4c0ba5b commit f509f81
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: 🔑 Create GitHub App token (mkdocs)
id: mkdocs_token
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
with:
app-id: ${{ secrets.MKDOCS_APP_ID }}
private-key: ${{ secrets.MKDOCS_PEM }}
owner: roboflow
repositories: mkdocs-material-insiders

- name: 🏗️ Install dependencies
run: |
uv pip install -r pyproject.toml --extra docs
uv pip install -e ".[docs]"
# Install mkdocs-material-insiders using the GitHub App token
uv pip install "git+https://roboflow:${{ steps.mkdocs_token.outputs.token }}@github.com/roboflow/[email protected]#egg=mkdocs-material[imaging]"
- name: 🧪 Test Docs Build
run: uv run mkdocs build --verbose

0 comments on commit f509f81

Please sign in to comment.