Skip to content

Commit

Permalink
test building with insiders
Browse files Browse the repository at this point in the history
bumping insiders
  • Loading branch information
why-not-try-calmer committed Oct 24, 2023
1 parent 84cb614 commit 7d69863
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
run: pip install -r requirements.txt

- name: Install Python requirements insiders
run: pip install -r requirements-insiders.txt
env:
MKDOCS_INSIDERS_TOKEN: ${{ secrets.MKDOCS_INSIDERS_TOKEN }}
run: pip install --upgrade git+https://${{secrets.MKDOCS_INSIDERS_TOKEN}}@github.com/squidfunk/mkdocs-material-insiders.git

- name: Install Transifex client
run: |
Expand Down
22 changes: 21 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

test-build:
test-simple-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,3 +33,23 @@ jobs:
run: mkdocs build
env:
DEFAULT_LANGUAGE_ONLY: true

test-insiders-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"

- name: Install Python requirements
run: pip install -r requirements.txt

- name: Install Python requirements insiders
run: pip install --upgrade git+https://${{secrets.MKDOCS_INSIDERS_TOKEN}}@github.com/squidfunk/mkdocs-material-insiders.git

- name: Build documentation
run: mkdocs build
env:
DEFAULT_LANGUAGE_ONLY: true
1 change: 0 additions & 1 deletion requirements-insiders.txt

This file was deleted.

0 comments on commit 7d69863

Please sign in to comment.