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 0ffc9ce commit f3283a1Copy full SHA for f3283a1
.github/workflows/pelican.yml
@@ -48,6 +48,7 @@ env:
48
REQUIREMENTS: "-r requirements.txt"
49
# FIXME: remove once official action can be used
50
OUTPUT_PATH: "output/"
51
+ WORKING_DIR: "./src"
52
53
# Allow one concurrent deployment
54
concurrency:
@@ -102,7 +103,7 @@ jobs:
102
103
- name: Upload artifact
104
uses: actions/upload-pages-artifact@v3
105
with:
- path: "${{ defaults.run.working-dir }}/${{ env.OUTPUT_PATH }}"
106
+ path: "${{ env.WORKING_DIR }}/${{ env.OUTPUT_PATH }}"
107
deploy:
108
109
group: "pages"
0 commit comments