diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0cfb6b..8a9eb92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,14 +16,10 @@ jobs: touch ./app/hello.mdx echo $HELLO >> ./app/hello.mdx - - uses: pCYSl5EDgo/cat@master - id: hello - with: - path: ./app/hello.mdx + - name: List MDX + run: | + ls -all - - run: echo $TEXT - env: - TEXT: ${{ steps.hello.outputs.text }} # Build-for-IOS: # runs-on: macos-latest # steps: diff --git a/.gitignore b/.gitignore index eec59fe..a04a498 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ npm-debug.* *.orig.* web-build/ ./hello.mdx +hello.mdx # macOS .DS_Store diff --git a/hello.mdx b/hello.mdx deleted file mode 100644 index 35f5d21..0000000 --- a/hello.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: How I built my own course platform -date: 'Nov 12th 2020' -categories: ['GraphQL', 'TypeScript'] -description: 'How I built my own course platform and why I did it' -showTOC: false -cover: - src: '/images/blog/blue-ocean-strategy/cover.jpg' - alt: 'Intro to end-to-end type-safety' ---- - -## Why I built my own course platform - -Because I can. - -## How I built my own course platform - -This app is built using: - -- Next.js -- MDX -- TailwindCSS -- TypeScript -- Prisma -- Planestcale