diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 4fc95eb..c52eb03 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,7 +1,6 @@ name: GitHub Pages permissions: contents: read - on: push: branches: @@ -10,6 +9,9 @@ on: jobs: deploy: runs-on: ubuntu-22.04 + permissions: + contents: write + deployments: write steps: - name: checkout uses: actions/checkout@v5 diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 64b1447..6eb6ede 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -1,6 +1,5 @@ -A list of packages that extend Matplotlib. These are maintained -and distributed independently from Matplotlib so go to the website -listed for instructions. +This page lists independently developed and distrubted packages that extend +Matplotlib. Please go to the linked project websites for further information. Please contribute your package by opening a pull-request at https://github.com/matplotlib/mpl-third-party using the template in the