add meta and fetch all history

This commit is contained in:
2023-03-07 21:16:24 +01:00
parent ecb7353722
commit 90cff845a3
3 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/build
- uses: actions/configure-pages@v3