X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fd6e92aa460659d26136f5f86878b47254480259..066aa9210ac7815cbb9b4a25075f54d614b0afc7:/.github/workflows/doc.yml diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 1ad4b3a..fc94dea 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,7 +1,10 @@ -name: Documentation Build +name: Documentation on: [push, pull_request] +permissions: + contents: read + jobs: build: # We want to run on external PRs, but not on our own internal PRs as they'll be run @@ -21,7 +24,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up latest Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 + with: + python-version: "*" - name: Install dependencies run: |