diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2022-12-27 21:50:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 21:50:18 +0100 |
commit | 1f20471f188f92496a540158021057526a29d5b7 (patch) | |
tree | bdcdc604311f8a67aac2f78e5e94050dc42f9c30 | |
parent | Add FS EEPROM info (#71) (diff) | |
download | hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar.gz hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar.bz2 hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar.lz hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar.xz hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.tar.zst hack-gpon.github.io-1f20471f188f92496a540158021057526a29d5b7.zip |
Diffstat (limited to '')
-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 224b770..91279d1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -38,7 +38,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site' env: JEKYLL_ENV: production |