Skip to content

Commit

Permalink
gh-15 Fix doc posts date
Browse files Browse the repository at this point in the history
  • Loading branch information
hjonin committed Feb 5, 2024
1 parent b0d02d8 commit 995daed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/11ty-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build with Eleventy
run: |
npm install
Expand Down

0 comments on commit 995daed

Please sign in to comment.