We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de9638 commit 93ff8e3Copy full SHA for 93ff8e3
1 file changed
.github/workflows/pelican.yml
@@ -28,8 +28,13 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt
30
31
+ - name: Check repo tree
32
+ run: |
33
+ pwd
34
+ ls -R .
35
+
36
- name: build static site
- run: pelican content -s publishconf.py -o output
37
+ run: pelican ./content -s publishconf.py -o output
38
39
- name: upload pages artifact
40
uses: actions/upload-pages-artifact@v3
0 commit comments