auto added

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-11-18 12:04:14 +01:00
parent 21d5c12333
commit 81fb51dfe4

View File

@ -1,6 +1,5 @@
name: Build Webpage name: Build Webpage
run-name: build page run-name: build page
on: [push] on: [push]
jobs: jobs:
@ -16,5 +15,5 @@ jobs:
uses: actions/cache/save@v3 uses: actions/cache/save@v3
id: cache id: cache
with: with:
path: . path: ./
key: 'latex-presentation' key: 'latex-presentation'