Skip to content

Commit

Permalink
testing this hack
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Oct 16, 2021
1 parent d802349 commit 7e8663d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ npm-debug.*
*.orig.*
web-build/
./hello.mdx
hello.mdx
# macOS
.DS_Store

Expand Down
25 changes: 0 additions & 25 deletions hello.mdx

This file was deleted.

0 comments on commit 7e8663d

Please sign in to comment.