Removed cache option

Dieser Commit ist enthalten in:
DerLinkman 2023-03-10 12:39:05 +01:00
Ursprung 3902299743
Commit 4ababcf4c9

Datei anzeigen

@ -11,10 +11,6 @@ jobs:
steps: steps:
- name: Checkout đź“Ą - name: Checkout đź“Ą
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.3.0
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
with: with:
token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}' token: '${{ secrets.GHPAGES_ACTION_CHECKOUT_TOKEN_PAT }}'
fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments fetch-depth: '0' # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin#note-when-using-build-environments