Update permissions in the tutorial deployment workflow

This commit is contained in:
Adam Turner
2023-08-12 06:42:33 +01:00
parent 0a42d91e7e
commit db739afaeb

View File

@@ -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