Skip to content

Commit

Permalink
Merge pull request #100 from rcpch/mbarton/test-workflow
Browse files Browse the repository at this point in the history
Update build to remove mkdocs insiders
  • Loading branch information
mbarton authored Mar 13, 2024
2 parents 4ad0e07 + 97f6e18 commit 4106a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 4106a27

Please sign in to comment.