From 90cff845a36daa984d48c2b626c539aa35f2a8a4 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 7 Mar 2023 21:16:24 +0100 Subject: [PATCH] add meta and fetch all history --- .github/workflows/preview.yaml | 2 ++ pages/_meta.json | 6 ++++++ pages/infrastructure/_meta.json | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 pages/_meta.json create mode 100644 pages/infrastructure/_meta.json diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 60d8cc1..b48af58 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -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 diff --git a/pages/_meta.json b/pages/_meta.json new file mode 100644 index 0000000..6c70fd1 --- /dev/null +++ b/pages/_meta.json @@ -0,0 +1,6 @@ +{ + "index": "Intro", + "cli": "CLI", + "hosting": "Hosting", + "infrastructure": "Infrastructure" +} diff --git a/pages/infrastructure/_meta.json b/pages/infrastructure/_meta.json new file mode 100644 index 0000000..6db4e75 --- /dev/null +++ b/pages/infrastructure/_meta.json @@ -0,0 +1,3 @@ +{ + "github-actions": "Github Actions" +}