Skip to content

Commit 48a00ff

Browse files
committed
Fixes
1 parent a535d2a commit 48a00ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5
31+
- name: Cache
32+
uses: actions/cache@v4
33+
with:
34+
path: |
35+
~/.npm
36+
${{ github.workspace }}/.next/cache
37+
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
38+
restore-keys: |
39+
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
3140
- name: Install modules
3241
run: npm i
3342
- name: Test

content/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ After that, enter `os-compiler` folder and run install script depending on your
4646
</Tab>
4747
</Tabs>
4848

49-
<img src="catcore_compiler_gui.png" />
49+
![CatCore Compiler GUI](/catcore_compiler_gui.png)

0 commit comments

Comments
 (0)