We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aba92f commit 61a5cb9Copy full SHA for 61a5cb9
1 file changed
.github/workflows/ci-cd.yml
@@ -5,8 +5,7 @@ on:
5
push:
6
branches: ["master"]
7
8
-permissions:
9
- pull-requests: write # For comments in PRs
+permissions: {}
10
11
jobs:
12
build:
@@ -27,7 +26,7 @@ jobs:
27
26
with:
28
path: requirements.txt
29
- name: Build site
30
- run: python3 -We -m pelican -s publishconf.py
+ run: pelican --fatal warnings -s publishconf.py
31
- name: Setup Pages
32
uses: actions/configure-pages@v5
33
- name: Upload artifact
@@ -39,6 +38,8 @@ jobs:
39
38
if: "github.event_name == 'pull_request'"
40
runs-on: "ubuntu-latest"
41
needs: "build"
+ permissions:
42
+ pull-requests: write # For comments in PRs
43
steps:
44
- name: Download site artifact
45
uses: actions/download-artifact@v4
0 commit comments