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" +}