Skip to content

Commit dfb228b

Browse files
authored
Update mkdocs-material installation in CI workflow
1 parent 98abb8c commit dfb228b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
##
4747

4848
- name: Install mkdoce-material-insiders
49-
run: pip install git+https://${{secrets.MKDOCS_INSIDERS_TOKEN}}@github.com/squidfunk/mkdocs-material-insiders.git
49+
run: pip install mkdocs-material
5050

5151
- name: Checkout maurodatamapper.github.io
5252
uses: actions/checkout@v4
@@ -72,4 +72,4 @@ jobs:
7272
topic: "${{github.repository}}"
7373
content: "${{ job.status == 'success' && ':check_mark:' || ':cross_mark:' }} ${{github.repository}} : **${{github.ref}}**\nGitHub Actions build result: **${{ job.status }}**\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
7474
env:
75-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
75+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)