Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GitHub Pages
permissions:
contents: read

contents: write
deployments: write
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how relevant this is because we have only one job, but the general recommendation is

  • Set top-level permissions as read-all or contents: read as described in GitHub's documentation.
  • Set any required write permissions at the job-level. Only set the permissions required for that job; do not set permissions: write-all at the job level.

on:
push:
branches:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
A list of packages that extend Matplotlib. These are maintained
and distributed independently from Matplotlib so go to the website
listed for instructions.
and distributed independently from Matplotlib, so go to each listed
website for instructions.

Please contribute your package by opening a pull-request at
https://github.com/matplotlib/mpl-third-party using the template in the
Expand Down