Skip to content

Commit

Permalink
task: Update Docsy to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Mocanu <[email protected]>
  • Loading branch information
gabrielmocanu committed Apr 15, 2023
1 parent 7942368 commit a8e9888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.101.0"
hugo-version: "0.109.0"
extended: true

- name: Setup Node
Expand All @@ -28,7 +28,7 @@ jobs:
node-version: "14"

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy
Submodule docsy updated 148 files

0 comments on commit a8e9888

Please sign in to comment.