1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

Update jekyll-gh-pages.yml

This commit is contained in:
Nick Sweeting 2023-11-13 22:30:24 -08:00 committed by GitHub
parent 9c0b637bf4
commit 6092a27330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: Build with Jekyll - name: Build with Jekyll