Skip to content

Commit e3908a4

Browse files
story645QuLogic
andauthored
Fix deployment permissions (#206)
* Fix deployment permissions fix the permissions so that the deployment works/page can get updated * changed wording mostly test if deployment is fixed * comma * put permissions under jobs * change intro wording * Update docs/source/intro.rst Co-authored-by: Elliott Sales de Andrade <[email protected]> --------- Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent b7b6a78 commit e3908a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: GitHub Pages
22
permissions:
33
contents: read
4-
54
on:
65
push:
76
branches:
@@ -10,6 +9,9 @@ on:
109
jobs:
1110
deploy:
1211
runs-on: ubuntu-22.04
12+
permissions:
13+
contents: write
14+
deployments: write
1315
steps:
1416
- name: checkout
1517
uses: actions/checkout@v5

docs/source/intro.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
A list of packages that extend Matplotlib. These are maintained
2-
and distributed independently from Matplotlib so go to the website
3-
listed for instructions.
1+
This page lists independently developed and distributed packages that extend
2+
Matplotlib. Please go to the linked project websites for further information.
43

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

0 commit comments

Comments
 (0)