mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-05-21 19:55:30 +00:00
add meta and fetch all history
This commit is contained in:
@@ -23,6 +23,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: ./.github/actions/build
|
- uses: ./.github/actions/build
|
||||||
|
|
||||||
- uses: actions/configure-pages@v3
|
- uses: actions/configure-pages@v3
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"index": "Intro",
|
||||||
|
"cli": "CLI",
|
||||||
|
"hosting": "Hosting",
|
||||||
|
"infrastructure": "Infrastructure"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"github-actions": "Github Actions"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user