mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
add meta and fetch all history
This commit is contained in:
parent
ecb7353722
commit
90cff845a3
2
.github/workflows/preview.yaml
vendored
2
.github/workflows/preview.yaml
vendored
@ -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
6
pages/_meta.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"index": "Intro",
|
||||
"cli": "CLI",
|
||||
"hosting": "Hosting",
|
||||
"infrastructure": "Infrastructure"
|
||||
}
|
3
pages/infrastructure/_meta.json
Normal file
3
pages/infrastructure/_meta.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"github-actions": "Github Actions"
|
||||
}
|
Loading…
Reference in New Issue
Block a user