Skip to content

Commit

Permalink
upodate image, fix pages cache, good
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxn committed Feb 26, 2025
1 parent e5028e9 commit bb9ef33
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cache-name: cache-pages-yarn
with:
path: ./pages/node_modules/
key: cache-pages-yarn-${{ hashFiles('pages/package-lock.json') }}
key: cache-pages-yarn-${{ hashFiles('pages/yarn.lock') }}

- name: Install Dependencies
if: steps.cache-pages-yarn.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Data Dumps: https://data.lemmyverse.net/

This project provides a simple way to explore Lemmy Instances and Communities.

![List of Communities](./docs/images/communities.png)
![List of Communities](./docs/images/0.10.0-communities.png)

The project consists of four modules:

Expand Down
Binary file added docs/images/0.10.0-communities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit bb9ef33

Please sign in to comment.