Fix author name and update time on pages

This commit is contained in:
KyrietS 2021-06-10 22:08:43 +02:00
parent f15b586d77
commit fe98e430c5

View File

@ -24,6 +24,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'