diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c7bc30c..e7a242b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -41,9 +41,9 @@ jobs: id: pages uses: actions/configure-pages@v3 - name: list files - run: ls /home/runner/work/PurePKG/* + run: ls /home/runner/work/PurePKG/PurePKG/docs - name: Build with Jekyll - run: bundle exec jekyll build --baseurl "/home/runner/work/PurePKG/PurePKG/docs/" + run: bundle exec jekyll build --baseurl "/home/runner/work/PurePKG/PurePKG/docs" env: JEKYLL_ENV: production - name: Upload artifact