Skip to content

Commit

Permalink
Cleaned up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Mar 9, 2022
1 parent 8ec7614 commit 820f12f
Show file tree
Hide file tree
Showing 479 changed files with 30 additions and 988 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: schickling-actions/checkout-and-install@main
- run: yarn build
- run: yarn build
working-directory: examples/starter
working-directory: examples/archive/starter

build-example-azimuth:
strategy:
Expand All @@ -48,19 +48,7 @@ jobs:
- uses: schickling-actions/checkout-and-install@main
- run: yarn build
- run: yarn build
working-directory: examples/playground-azimuth

build-example-gatsby-docs:
strategy:
matrix:
node-version: [16.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: schickling-actions/checkout-and-install@main
- run: yarn build
- run: yarn build
working-directory: examples/gatsby-docs
working-directory: examples/archive/playground-azimuth

build-example-next-contentlayer-example:
strategy:
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
@@ -1,7 +1,3 @@
[submodule "examples/gatsby-docs/gatsby"]
path = examples/gatsby-docs/gatsby
url = https://github.com/gatsbyjs/gatsby.git

[submodule "examples/next-contentlayer-example"]
path = examples/next-contentlayer-example
url = git@github.com:contentlayerdev/next-contentlayer-example.git

0 comments on commit 820f12f

Please sign in to comment.