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 26e5644 commit 1b08b93Copy full SHA for 1b08b93
1 file changed
.github/workflows/ci-cd.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
path: requirements.txt
28
- name: Build site
29
- run: pelican -D --fatal warnings -s publishconf.py
+ run: pelican -D -s publishconf.py
30
- name: Setup Pages
31
uses: actions/configure-pages@v5
32
- name: Upload artifact
0 commit comments