We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98abb8c commit dfb228bCopy full SHA for dfb228b
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
##
47
48
- name: Install mkdoce-material-insiders
49
- run: pip install git+https://${{secrets.MKDOCS_INSIDERS_TOKEN}}@github.com/squidfunk/mkdocs-material-insiders.git
+ run: pip install mkdocs-material
50
51
- name: Checkout maurodatamapper.github.io
52
uses: actions/checkout@v4
@@ -72,4 +72,4 @@ jobs:
72
topic: "${{github.repository}}"
73
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 }}"
74
env:
75
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments