Print date in workflow

This commit is contained in:
Mario Zechner 2023-06-01 19:45:14 +02:00
parent c5f0812e02
commit 4a6b8bb225
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
run: |
git config --global user.email "heissepreise-pages@gmail.com"
git config --global user.name "heissepreise-pages"
date
./pages.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v1