Change themesDir to ..

This commit is contained in:
Will Faught
2022-09-07 21:05:43 -07:00
parent 8e2e81223f
commit 021b6d6564

View File

@@ -53,7 +53,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--source exampleSite \
--themesDir .
--themesDir ..
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: