add meta and fetch all history

This commit is contained in:
Niccolo Borgioli 2023-03-07 21:16:24 +01:00
parent ecb7353722
commit 90cff845a3
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
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

6
pages/_meta.json Normal file
View File

@ -0,0 +1,6 @@
{
"index": "Intro",
"cli": "CLI",
"hosting": "Hosting",
"infrastructure": "Infrastructure"
}

View File

@ -0,0 +1,3 @@
{
"github-actions": "Github Actions"
}