Removed cache option
Dieser Commit ist enthalten in:
Ursprung
3902299743
Commit
4ababcf4c9
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
4
.github/workflows/gh-pages.yml
gevendort
4
.github/workflows/gh-pages.yml
gevendort
|
@ -11,10 +11,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout đź“Ą
|
||||
- uses: actions/checkout@v3.3.0
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
with:
|
||||
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
|
||||
|
|
Laden …
In neuem Issue referenzieren