Skip to content

Commit 9b1cda2

Browse files
committed
does not work for some reason
1 parent 0ba6e1e commit 9b1cda2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,6 @@ jobs:
8383
git commit -m "Deploy ${GITHUB_SHA} to gh-pages"
8484
git push --quiet -f "https://x-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}" HEAD:gh-pages
8585
86-
- name: Cache sembr build
87-
uses: actions/cache@v4
88-
with:
89-
path: |
90-
~/.cargo/registry/index/
91-
~/.cargo/registry/cache/
92-
~/.cargo/git/db/
93-
ci/sembr/target/
94-
key: sembr-${{ hashFiles('ci/sembr/Cargo.lock') }}
95-
9686
- name: Check if files comply with semantic line breaks
9787
continue-on-error: true
9888
run: |

0 commit comments

Comments
 (0)