diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 6ed0b73..665d3d0 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -49,7 +49,7 @@ jobs: bundle install JEKYLL_LOG_LEVEL=debug bundle exec jekyll build --source . --destination _site env: - JEKYLL_ENV: production + JEKYLL_ENV: development - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default uses: actions/upload-pages-artifact@v3 diff --git a/site/_config.yml b/site/_config.yml index 27f2149..7c909b3 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -49,8 +49,6 @@ logging: include: - discussion - examples - - /home/runner/work/powerfuldev-testing/powerfuldev-testing/site/discussion - - /home/runner/work/powerfuldev-testing/powerfuldev-testing/site/examples copy_folders: - source: '../examples'