mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update permissions in the tutorial deployment workflow
This commit is contained in:
@@ -182,13 +182,15 @@ contents:
|
||||
.. code-block:: yaml
|
||||
:caption: .github/workflows/
|
||||
|
||||
name: Sphinx build
|
||||
name: "Sphinx: Render docs"
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build HTML
|
||||
|
||||
Reference in New Issue
Block a user