diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2022-12-27 22:05:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 22:05:01 +0100 |
commit | 15f3c16aedb2cbb621498ed91c504b7696f550db (patch) | |
tree | 3e7de4dcaaf48a141929b41a587d99ef31a18e76 | |
parent | Update pages.yml (#72) (diff) | |
download | hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar.gz hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar.bz2 hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar.lz hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar.xz hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.tar.zst hack-gpon.github.io-15f3c16aedb2cbb621498ed91c504b7696f550db.zip |
-rw-r--r-- | .github/workflows/pages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 91279d1..5401b7f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Pages id: pages uses: actions/configure-pages@v2 - - run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site' + - run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" # defaults output to '/_site' env: JEKYLL_ENV: production - name: Upload artifact |