Skip to content

Commit 3df33fd

Browse files
committed
chore: comment out caching step in GitHub Actions workflow
- Temporarily disabled the caching of Telegraph mappings in the example workflow to streamline the process. This change is intended for further evaluation of caching strategies.
1 parent f9f2a23 commit 3df33fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/example.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19-
- name: Cache Telegraph mappings
20-
uses: actions/cache@v3
21-
with:
22-
path: telegraph-pages.json
23-
key: telegraph-mappings-${{ hashFiles('docs/**/*.md', 'README.md') }}
24-
restore-keys: |
25-
telegraph-mappings-
19+
# - name: Cache Telegraph mappings
20+
# uses: actions/cache@v3
21+
# with:
22+
# path: telegraph-pages.json
23+
# key: telegraph-mappings-new-${{ hashFiles('docs/**/*.md', 'README.md') }}
24+
# restore-keys: |
25+
# telegraph-mappings-
2626

2727
- name: Convert markdown to Telegraph
2828
uses: cyanxiao/md-to-telegraph-action@release

0 commit comments

Comments
 (0)