Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build to remove mkdocs insiders #100

Merged
merged 5 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
types: [opened, synchronize, reopened, closed]
branches:
- live
workflow_dispatch:
permissions:
contents: write
pull-requests: write # this permission is required in order to allow PR comment with staging URL
Expand All @@ -33,7 +34,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install git+https://${{ secrets.MATERIAL_FOR_MKDOCS_ACCESS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
#- run: pip install git+https://${{ secrets.MATERIAL_FOR_MKDOCS_ACCESS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git
- run: pip install -r requirements.txt
- run: mkdocs build
- name: Upload to Azure
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# get access to the GitHub token, you can uncomment the line below to access the normal version.
# Most things will work fine, but some features will be disabled:

# mkdocs-material
mkdocs-material

# for the APIspec page at {{baseurl}}/integrator/api-reference/
mkdocs-render-swagger-plugin
Expand Down
Loading